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.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/servo/main.rs b/components/servo/main.rs
index 3e81da46f1f..34c9bfe3d90 100644
--- a/components/servo/main.rs
+++ b/components/servo/main.rs
@@ -31,8 +31,6 @@ use servo::Browser;
use servo::compositing::windowing::WindowEvent;
use servo::net_traits::hosts;
use servo::util::opts;
-#[cfg(target_os = "android")]
-use std::borrow::ToOwned;
use std::rc::Rc;
fn main() {