Skip to content

Commit

Permalink
remove special support for nacl
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Nov 11, 2024
1 parent 540328e commit 2c004ed
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 @@ -352,7 +352,6 @@ fn get_smt_threads_aix() -> Option<usize> {
}

#[cfg(any(
target_os = "nacl",
target_os = "macos",
target_os = "ios",
target_os = "android",
Expand Down Expand Up @@ -434,7 +433,6 @@ fn get_num_cpus() -> usize {
}

#[cfg(not(any(
target_os = "nacl",
target_os = "macos",
target_os = "ios",
target_os = "android",
Expand Down

0 comments on commit 2c004ed

Please sign in to comment.