瀏覽代碼

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;
 
-use self::syscall;
-
 /// Cooperatively gives up a timeslice to the OS scheduler.
 pub extern "C" fn sched_yield() -> isize {
     match syscall::sched_yield() {