Skip to content

Commit 4f04489

Browse files
committed
Fix merge fallout
1 parent d600601 commit 4f04489

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/libextra/ebml.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,6 @@ pub mod reader {
9797
use core::cast::transmute;
9898
use core::int;
9999
use core::io;
100-
use core::str;
101-
102-
#[cfg(target_arch = "x86")]
103-
#[cfg(target_arch = "x86_64")]
104-
use core::ptr::offset;
105100

106101
#[cfg(target_arch = "x86")]
107102
#[cfg(target_arch = "x86_64")]

0 commit comments

Comments
 (0)