Remove unused extern crate

This commit is contained in:
Jeremy Soller
2017-08-30 22:03:10 -06:00
parent bc186fbb0d
commit 053524acac
-1
View File
@@ -1,7 +1,6 @@
#![deny(warnings)]
#![feature(asm)]
extern crate bitflags;
extern crate spin;
extern crate syscall;