Skip to content

Commit

Permalink
Remove nacl target_os
Browse files Browse the repository at this point in the history
  • Loading branch information
biabbas committed Nov 4, 2024
1 parent 2236150 commit bf55b2b
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 @@ -441,7 +440,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 bf55b2b

Please sign in to comment.