Skip to content

Commit 0859a03

Browse files
Delete unused use of byteorder
Co-authored-by: Wesley Wiser <wwiser@gmail.com>
1 parent 921398a commit 0859a03

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

measureme/src/stringtable.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ use crate::file_header::{
6767
write_file_header, FILE_MAGIC_STRINGTABLE_DATA, FILE_MAGIC_STRINGTABLE_INDEX,
6868
};
6969
use crate::serialization::{Addr, SerializationSink};
70-
// use byteorder::{BigEndian, ByteOrder};
7170
use std::sync::Arc;
7271

7372
/// A `StringId` is used to identify a string in the `StringTable`. It is

0 commit comments

Comments
 (0)