Skip to content

Commit

Permalink
std: remove unnecessary #[cfg] on NetBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
joboet committed Dec 30, 2022
1 parent 9abda03 commit 898302e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions library/std/src/sys/unix/thread_parking/netbsd.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![cfg(target_os = "netbsd")]

use crate::ffi::{c_int, c_void};
use crate::ptr;
use crate::time::Duration;
Expand Down

0 comments on commit 898302e

Please sign in to comment.