Browse Source

Fix import

Jeremy Soller 8 năm trước cách đây
mục cha
commit
177488eab9
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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() {