aboutsummaryrefslogtreecommitdiffstats
path: root/components/servo/main.rs
diff options
context:
space:
mode:
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};