Skip to content

Commit

Permalink
Remove bitrig support (#78)
Browse files Browse the repository at this point in the history
Bitrig is now defunct and rustc has already removed its support.
  • Loading branch information
kubo39 authored and seanmonstar committed Jun 18, 2019
1 parent 92d7bce commit 3a8994b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ fn get_num_cpus() -> usize {

#[cfg(any(target_os = "freebsd",
target_os = "dragonfly",
target_os = "bitrig",
target_os = "netbsd"))]
fn get_num_cpus() -> usize {
let mut cpus: libc::c_uint = 0;
Expand Down Expand Up @@ -444,7 +443,6 @@ fn get_num_cpus() -> usize {
target_os = "openbsd",
target_os = "freebsd",
target_os = "dragonfly",
target_os = "bitrig",
target_os = "netbsd",
target_os = "haiku",
windows,
Expand Down

0 comments on commit 3a8994b

Please sign in to comment.