Skip to content

Commit 78ea972

Browse files
committed
Remove accidental comment
1 parent 1e9ffb8 commit 78ea972

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libstd/sys/unix/thread.rs

-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,6 @@ pub mod guard {
304304
#[cfg(not(target_os = "freebsd"))]
305305
let e = libc::pthread_getattr_np(libc::pthread_self(), &mut attr);
306306
if e == 0 {
307-
//if libc::pthread_getattr_np(libc::pthread_self(), &mut attr) == 0 {
308307
let mut guardsize = 0;
309308
assert_eq!(libc::pthread_attr_getguardsize(&attr, &mut guardsize), 0);
310309
if guardsize == 0 {

0 commit comments

Comments
 (0)