summary refs log tree commit diff
path: root/src/tools/compiletest
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-04-17 05:45:37 +0200
committerMazdak Farrokhzad <twingoow@gmail.com>2019-04-17 05:45:37 +0200
commitf2371e3b7daa43d8ea267e07c52a057fc08dc708 (patch)
tree59a86b57adc468428bbfb0a68580a2538294b38b /src/tools/compiletest
parent87e4b43d518c754cc8c522da04ac3a6ae30eb7aa (diff)
downloadrust-f2371e3b7daa43d8ea267e07c52a057fc08dc708.tar.gz
rust-f2371e3b7daa43d8ea267e07c52a057fc08dc708.zip
bump bootstrap; remove redundant 'use libc;' on macOS.
Diffstat (limited to 'src/tools/compiletest')
-rw-r--r--src/tools/compiletest/src/raise_fd_limit.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/compiletest/src/raise_fd_limit.rs b/src/tools/compiletest/src/raise_fd_limit.rs
index 7f1d7e0d3cd..e9c91094104 100644
--- a/src/tools/compiletest/src/raise_fd_limit.rs
+++ b/src/tools/compiletest/src/raise_fd_limit.rs
@@ -7,7 +7,6 @@
 #[cfg(any(target_os = "macos", target_os = "ios"))]
 #[allow(non_camel_case_types)]
 pub unsafe fn raise_fd_limit() {
-    use libc;
     use std::cmp;
     use std::io;
     use std::mem::size_of_val;