Remove some unused code on Android

This commit is contained in:
Matt Brubeck 2015-10-29 09:32:51 -07:00
parent 430578355b
commit 4dd48a7080
2 changed files with 1 additions and 3 deletions

View file

@ -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() {