remove stray import
This commit is contained in:
parent
878a6fefc3
commit
96a31d2443
|
@ -1,8 +1,6 @@
|
||||||
// This file is part of libfringe, a low-level green threading library.
|
// This file is part of libfringe, a low-level green threading library.
|
||||||
// Copyright (c) 2015, edef <edef@edef.eu>
|
// Copyright (c) 2015, edef <edef@edef.eu>
|
||||||
// See the LICENSE file included in this distribution.
|
// See the LICENSE file included in this distribution.
|
||||||
use core::prelude::*;
|
|
||||||
|
|
||||||
use void::Void;
|
use void::Void;
|
||||||
|
|
||||||
use stack::Stack;
|
use stack::Stack;
|
||||||
|
|
Loading…
Reference in New Issue