diff options
Diffstat (limited to 'components/servo/main.rs')
-rw-r--r-- | components/servo/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/servo/main.rs b/components/servo/main.rs index ddba3b38f51..b70acb720fa 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; |