diff options
Diffstat (limited to 'components/util/lib.rs')
-rw-r--r-- | components/util/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/util/lib.rs b/components/util/lib.rs index 6dbac1094d6..a1d31be4298 100644 --- a/components/util/lib.rs +++ b/components/util/lib.rs @@ -18,7 +18,6 @@ extern crate geom; extern crate getopts; extern crate layers; extern crate libc; -extern crate native; extern crate rand; extern crate rustrt; extern crate serialize; |