Skip to content

Commit 5ba9402

Browse files
committed
Auto merge of #31652 - semarie:openbsd-os-raw, r=alexcrichton
remove unused import that cause an error at compile-time. r? @alexcrichton
2 parents 4ce8038 + 3c5f2f7 commit 5ba9402

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libstd/os/openbsd/raw.rs

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
#![allow(deprecated)]
2020

2121
use os::raw::c_long;
22-
use os::unix::raw::{uid_t, gid_t};
2322

2423
#[stable(feature = "raw_ext", since = "1.1.0")] pub type blkcnt_t = u64;
2524
#[stable(feature = "raw_ext", since = "1.1.0")] pub type blksize_t = u64;

0 commit comments

Comments
 (0)