Remove accidental comment
This commit is contained in:
parent
1e9ffb8991
commit
78ea972b9f
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user