浏览代码

Fix import

Jeremy Soller 8 年之前
父节点
当前提交
177488eab9
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      shim/src/redox.rs

+ 0 - 2
shim/src/redox.rs

@@ -1,7 +1,5 @@
 extern crate syscall;
 extern crate syscall;
 
 
-use self::syscall;
-
 /// Cooperatively gives up a timeslice to the OS scheduler.
 /// Cooperatively gives up a timeslice to the OS scheduler.
 pub extern "C" fn sched_yield() -> isize {
 pub extern "C" fn sched_yield() -> isize {
     match syscall::sched_yield() {
     match syscall::sched_yield() {