about summary refs log tree commit diff
path: root/src/librustc_data_structures/flock.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/librustc_data_structures/flock.rs')
-rw-r--r--src/librustc_data_structures/flock.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_data_structures/flock.rs b/src/librustc_data_structures/flock.rs
index 255c5fd7fe7..b63701dbc09 100644
--- a/src/librustc_data_structures/flock.rs
+++ b/src/librustc_data_structures/flock.rs
@@ -44,7 +44,6 @@ cfg_if! {
         }
 
         #[cfg(any(target_os = "dragonfly",
-                  target_os = "bitrig",
                   target_os = "netbsd",
                   target_os = "openbsd"))]
         mod os {