Skip to content

Commit cf144d1

Browse files
author
Ali Clark
committed
remove unused import from dragonfly os raw
1 parent f4046de commit cf144d1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/libstd/os/dragonfly/raw.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818
definitions")]
1919
#![allow(deprecated)]
2020

21-
use os::raw::c_long;
22-
use os::unix::raw::{uid_t, gid_t};
23-
2421
#[stable(feature = "raw_ext", since = "1.1.0")] pub type blkcnt_t = u64;
2522
#[stable(feature = "raw_ext", since = "1.1.0")] pub type blksize_t = u64;
2623
#[stable(feature = "raw_ext", since = "1.1.0")] pub type dev_t = u64;

0 commit comments

Comments
 (0)