diff --git a/src/arch/x86/mod.rs b/src/arch/x86/mod.rs index 513bfe0..e5ab7b3 100644 --- a/src/arch/x86/mod.rs +++ b/src/arch/x86/mod.rs @@ -1,8 +1,6 @@ // This file is part of libfringe, a low-level green threading library. // Copyright (c) 2015, edef // See the LICENSE file included in this distribution. -use core::prelude::*; - use void::Void; use stack::Stack;