Skip to content

Commit

Permalink
libextra: unused import fix for android AGAIN
Browse files Browse the repository at this point in the history
  • Loading branch information
yichoi authored and thestinger committed Jun 29, 2013
1 parent b9cf6a3 commit 51beba6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/libextra/ebml.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,14 @@ pub mod reader {
use core::cast::transmute;
use core::int;
use core::io;
use core::option::{None, Option, Some};

#[cfg(target_arch = "x86")]
#[cfg(target_arch = "x86_64")]
use core::option::{None, Option, Some};
use core::ptr::offset;

#[cfg(target_arch = "x86")]
#[cfg(target_arch = "x86_64")]
use core::unstable::intrinsics::bswap32;

// ebml reading
Expand Down

0 comments on commit 51beba6

Please sign in to comment.