aboutsummaryrefslogtreecommitdiff
path: root/ctr-std/src/lib.rs
diff options
context:
space:
mode:
authorFenrir <[email protected]>2017-03-05 22:57:34 -0700
committerFenrir <[email protected]>2017-03-05 22:57:34 -0700
commit5c02db6cb953433d3837faed1451b2f804dc81a9 (patch)
treeb21b480d42a630e9f85d9fb88b6d74f7efe827f1 /ctr-std/src/lib.rs
parentInitial thread support (diff)
downloadctru-rs-5c02db6cb953433d3837faed1451b2f804dc81a9.tar.xz
ctru-rs-5c02db6cb953433d3837faed1451b2f804dc81a9.zip
Add the rest of std::sync
Diffstat (limited to 'ctr-std/src/lib.rs')
-rw-r--r--ctr-std/src/lib.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/ctr-std/src/lib.rs b/ctr-std/src/lib.rs
index 9024871..12b2ab4 100644
--- a/ctr-std/src/lib.rs
+++ b/ctr-std/src/lib.rs
@@ -65,9 +65,6 @@ extern crate compiler_builtins;
extern crate ctr_libc as libc;
extern crate ctru_sys as libctru;
-// stealing spin's mutex implementation for now
-extern crate spin;
-
// The standard macros that are not built-in to the compiler.
#[macro_use]
mod macros;