Skip to content

Commit

Permalink
remove unneeded import
Browse files Browse the repository at this point in the history
  • Loading branch information
vasi committed Jul 25, 2016
1 parent 4507ea3 commit 2f668ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/extension.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ use std::fmt::{self, Debug, Formatter};
use std::io::ErrorKind;
use std::result;

use byteorder::ReadBytesExt;
use positioned_io::ReadInt;

use super::{Result, Error};
Expand Down

0 comments on commit 2f668ac

Please sign in to comment.