Removing unused extern crates.
This commit is contained in:
parent
9f8ec427e5
commit
8e61612889
@ -36,8 +36,6 @@
|
||||
#[phase(plugin, link)]
|
||||
extern crate log;
|
||||
extern crate syntax;
|
||||
extern crate libc;
|
||||
extern crate flate;
|
||||
extern crate serialize;
|
||||
|
||||
pub mod abi;
|
||||
|
@ -8,8 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
extern crate libc;
|
||||
|
||||
use codemap::{Pos, Span};
|
||||
use codemap;
|
||||
use diagnostics;
|
||||
|
Loading…
Reference in New Issue
Block a user