Jeremy Soller %!s(int64=8) %!d(string=hai) anos
pai
achega
177488eab9
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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() {