Remove hack for android builders now that build is successful once more.

This commit is contained in:
Josh Matthews 2015-08-31 20:56:12 -04:00
parent 7e8b8293b0
commit 7457dbf3fc
2 changed files with 1 additions and 4 deletions

View file

@ -183,10 +183,10 @@ mod android {
use self::libc::funcs::c95::stdio::fgets;
use self::libc::funcs::posix88::stdio::fdopen;
use self::libc::funcs::posix88::unistd::{pipe, dup2};
use servo::util::task::spawn_named;
use std::ffi::CStr;
use std::ffi::CString;
use std::str::from_utf8;
use util::task::spawn_named;
unsafe {
let mut pipes: [c_int; 2] = [ 0, 0 ];