aboutsummaryrefslogtreecommitdiffstats
path: root/components/servo/main.rs
diff options
context:
space:
mode:
authorMs2ger <Ms2ger@gmail.com>2016-01-12 17:48:11 +0100
committerMs2ger <Ms2ger@gmail.com>2016-01-13 09:37:28 +0100
commit86d3c576f21e76b23db5bfcfe1a81794148a97dd (patch)
tree9c6bc9da18001000b7dc3893e53a002ac7582e1d /components/servo/main.rs
parent53c4a782a0906c487139d4b6f3c62d9eca3f9f17 (diff)
downloadservo-86d3c576f21e76b23db5bfcfe1a81794148a97dd.tar.gz
servo-86d3c576f21e76b23db5bfcfe1a81794148a97dd.zip
Remove some unused extern crates.
Diffstat (limited to 'components/servo/main.rs')
-rw-r--r--components/servo/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/servo/main.rs b/components/servo/main.rs
index bd28a9df810..eca0b3de2eb 100644
--- a/components/servo/main.rs
+++ b/components/servo/main.rs
@@ -31,7 +31,6 @@ extern crate log;
extern crate offscreen_gl_context;
// The Servo engine
extern crate servo;
-extern crate time;
use gleam::gl;
use offscreen_gl_context::{GLContext, NativeGLContext};