mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Remove some unused code on Android
This commit is contained in:
parent
430578355b
commit
4dd48a7080
2 changed files with 1 additions and 3 deletions
|
@ -31,8 +31,6 @@ use servo::Browser;
|
||||||
use servo::compositing::windowing::WindowEvent;
|
use servo::compositing::windowing::WindowEvent;
|
||||||
use servo::net_traits::hosts;
|
use servo::net_traits::hosts;
|
||||||
use servo::util::opts;
|
use servo::util::opts;
|
||||||
#[cfg(target_os = "android")]
|
|
||||||
use std::borrow::ToOwned;
|
|
||||||
use std::rc::Rc;
|
use std::rc::Rc;
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
#![feature(heap_api)]
|
#![feature(heap_api)]
|
||||||
#![feature(oom)]
|
#![feature(oom)]
|
||||||
#![feature(optin_builtin_traits)]
|
#![feature(optin_builtin_traits)]
|
||||||
#![feature(path_ext)]
|
#![cfg_attr(not(target_os = "android"), feature(path_ext))]
|
||||||
#![feature(plugin)]
|
#![feature(plugin)]
|
||||||
#![feature(slice_splits)]
|
#![feature(slice_splits)]
|
||||||
#![feature(step_by)]
|
#![feature(step_by)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue