Skip to content

Commit 8e61612

Browse files
committed
Removing unused extern crates.
1 parent 9f8ec42 commit 8e61612

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/librustc_back/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@
3636
#[phase(plugin, link)]
3737
extern crate log;
3838
extern crate syntax;
39-
extern crate libc;
40-
extern crate flate;
4139
extern crate serialize;
4240

4341
pub mod abi;

src/libsyntax/diagnostic.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
extern crate libc;
12-
1311
use codemap::{Pos, Span};
1412
use codemap;
1513
use diagnostics;

0 commit comments

Comments
 (0)