Skip to content

Commit 13af26c

Browse files
committed
remove special support for nacl
1 parent 815551c commit 13af26c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,6 @@ fn get_smt_threads_aix() -> Option<usize> {
352352
}
353353

354354
#[cfg(any(
355-
target_os = "nacl",
356355
target_os = "macos",
357356
target_os = "ios",
358357
target_os = "android",
@@ -434,7 +433,6 @@ fn get_num_cpus() -> usize {
434433
}
435434

436435
#[cfg(not(any(
437-
target_os = "nacl",
438436
target_os = "macos",
439437
target_os = "ios",
440438
target_os = "android",

0 commit comments

Comments
 (0)