Skip to content

Commit 0afb3b9

Browse files
author
Dave Huseby
committed
removing unusused timespec import
1 parent c9e2002 commit 0afb3b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/liblibc/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1521,7 +1521,6 @@ pub mod types {
15211521
use types::os::arch::posix88::{dev_t, gid_t};
15221522
use types::os::arch::posix88::{mode_t, off_t};
15231523
use types::os::arch::posix88::{uid_t};
1524-
use types::os::common::posix01::{timespec};
15251524

15261525
pub type nlink_t = uint32_t;
15271526
pub type blksize_t = uint32_t;

0 commit comments

Comments
 (0)