Removing unused extern crates.

This commit is contained in:
Victor Berger 2014-09-12 11:24:09 +02:00
parent 9f8ec427e5
commit 8e61612889
2 changed files with 0 additions and 4 deletions

View File

@ -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;

View File

@ -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;