about summary refs log tree commit diff
path: root/src/libstd/timer.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/timer.rs')
-rw-r--r--src/libstd/timer.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/timer.rs b/src/libstd/timer.rs
index 7bd411315b2..f0898e22400 100644
--- a/src/libstd/timer.rs
+++ b/src/libstd/timer.rs
@@ -21,7 +21,6 @@ use core::cast::transmute;
 use core::comm::{stream, Chan, SharedChan, Port, select2i};
 use core::prelude::*;
 use core::ptr;
-use core;
 
 /**
  * Wait for timeout period then send provided value over a channel