Skip to content

Commit 972cf8b

Browse files
committed
windows: remove unused imports
Signed-off-by: Patrick Roy <[email protected]>
1 parent 4d627f2 commit 972cf8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bitmap/backend/atomic_bitmap.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ impl NewBitmap for AtomicBitmap {
196196

197197
#[cfg(target_family = "windows")]
198198
let page_size = {
199-
use winapi::um::sysinfoapi::{GetSystemInfo, LPSYSTEM_INFO, SYSTEM_INFO};
199+
use winapi::um::sysinfoapi::GetSystemInfo;
200200
let mut sysinfo = std::mem::MaybeUninit::zeroed();
201201
// SAFETY: It's safe to call `GetSystemInfo` as `sysinfo` is rightly sized
202202
// allocated memory.

0 commit comments

Comments
 (0)