From 78ea972b9ff4a2c3eaa0328f6fa8e7038e8ca9d1 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Wed, 6 Apr 2016 05:40:59 +0000 Subject: [PATCH] Remove accidental comment --- src/libstd/sys/unix/thread.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libstd/sys/unix/thread.rs b/src/libstd/sys/unix/thread.rs index 4b0201cfd01..cb34d1a5fbc 100644 --- a/src/libstd/sys/unix/thread.rs +++ b/src/libstd/sys/unix/thread.rs @@ -304,7 +304,6 @@ pub mod guard { #[cfg(not(target_os = "freebsd"))] let e = libc::pthread_getattr_np(libc::pthread_self(), &mut attr); if e == 0 { - //if libc::pthread_getattr_np(libc::pthread_self(), &mut attr) == 0 { let mut guardsize = 0; assert_eq!(libc::pthread_attr_getguardsize(&attr, &mut guardsize), 0); if guardsize == 0 {