From 0504bc17ce1e50595a995eb6e3152689816c8cd5 Mon Sep 17 00:00:00 2001 From: arkpar Date: Fri, 5 Feb 2016 13:55:29 +0100 Subject: [PATCH] Removed issue comment --- util/fdlimit/src/raise_fd_limit.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/util/fdlimit/src/raise_fd_limit.rs b/util/fdlimit/src/raise_fd_limit.rs index 0cf90ec95..f57ac2785 100644 --- a/util/fdlimit/src/raise_fd_limit.rs +++ b/util/fdlimit/src/raise_fd_limit.rs @@ -13,7 +13,6 @@ /// ends up being far too low for our multithreaded scheduler testing, depending /// on the number of cores available. /// -/// This fixes issue #7772. #[cfg(any(target_os = "macos", target_os = "ios"))] #[allow(non_camel_case_types)] pub unsafe fn raise_fd_limit() {