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 c0bc2164dc1..62c0de43be0 100644
--- a/components/servo/main.rs
+++ b/components/servo/main.rs
@@ -20,7 +20,6 @@
#[cfg(target_os = "android")]
#[macro_use]
extern crate android_glue;
-#[cfg(not(target_os = "android"))]
extern crate backtrace;
// The window backed by glutin
extern crate glutin_app as app;