diff options
| author | Marcel Hellwig <git@cookiesoft.de> | 2019-05-13 09:13:07 +0200 |
|---|---|---|
| committer | Marcel Hellwig <git@cookiesoft.de> | 2019-05-13 11:09:06 +0200 |
| commit | cc314b066a2f1d688ec2f5dec1fa5cb01ca1ebb0 (patch) | |
| tree | a8b5e6df9bcbf3c265928fdffd84aa63a31ac8c1 /src/libstd/sys/unix/stack_overflow.rs | |
| parent | fe5f42cdb88d8ce31f746130099321e7c95e1ef0 (diff) | |
| download | rust-cc314b066a2f1d688ec2f5dec1fa5cb01ca1ebb0.tar.gz rust-cc314b066a2f1d688ec2f5dec1fa5cb01ca1ebb0.zip | |
Remove bitrig support from rust
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
| -rw-r--r-- | src/libstd/sys/unix/stack_overflow.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libstd/sys/unix/stack_overflow.rs b/src/libstd/sys/unix/stack_overflow.rs index 561279e8278..fe1095fa0c2 100644 --- a/src/libstd/sys/unix/stack_overflow.rs +++ b/src/libstd/sys/unix/stack_overflow.rs @@ -25,7 +25,6 @@ impl Drop for Handler { #[cfg(any(target_os = "linux", target_os = "macos", - target_os = "bitrig", target_os = "dragonfly", target_os = "freebsd", target_os = "solaris", @@ -139,7 +138,6 @@ mod imp { #[cfg(any(target_os = "linux", target_os = "macos", - target_os = "bitrig", target_os = "freebsd", target_os = "netbsd", target_os = "openbsd", @@ -185,7 +183,6 @@ mod imp { #[cfg(not(any(target_os = "linux", target_os = "macos", - target_os = "bitrig", target_os = "dragonfly", target_os = "freebsd", target_os = "solaris", |
