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

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