Skip to content

Commit

Permalink
Auto merge of #8252 - mbrubeck:android-unused, r=mbrubeck
Browse files Browse the repository at this point in the history
Remove some unused code on Android

r? @larsbergstrom

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8252)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Oct 30, 2015
2 parents 851e709 + 4dd48a7 commit 4ad6eba
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
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
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 4ad6eba

Please sign in to comment.