about summary refs log tree commit diff
path: root/library/std/src/thread/available_concurrency.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/std/src/thread/available_concurrency.rs')
-rw-r--r--library/std/src/thread/available_concurrency.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/thread/available_concurrency.rs b/library/std/src/thread/available_concurrency.rs
index 4e805e4f599..64a5f89890a 100644
--- a/library/std/src/thread/available_concurrency.rs
+++ b/library/std/src/thread/available_concurrency.rs
@@ -70,7 +70,6 @@ cfg_if::cfg_if! {
         }
     } else if #[cfg(any(
         target_os = "android",
-        target_os = "cloudabi",
         target_os = "emscripten",
         target_os = "fuchsia",
         target_os = "ios",