Skip to content

Commit

Permalink
Remove some unused code on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrubeck committed Oct 29, 2015
1 parent 4305783 commit 4dd48a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions components/servo/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
2 changes: 1 addition & 1 deletion components/util/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#![feature(heap_api)]
#![feature(oom)]
#![feature(optin_builtin_traits)]
#![feature(path_ext)]
#![cfg_attr(not(target_os = "android"), feature(path_ext))]
#![feature(plugin)]
#![feature(slice_splits)]
#![feature(step_by)]
Expand Down

0 comments on commit 4dd48a7

Please sign in to comment.