Skip to content

Commit 82df9d7

Browse files
author
Jethro Beekman
committed
Remove stray FIXME
1 parent 8ae730a commit 82df9d7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/libstd/sys/sgx/rwlock.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ unsafe fn rw_lock_size_assert(r: RWLock) {
1919
mem::transmute::<RWLock, [u8; 128]>(r);
2020
}
2121

22-
//unsafe impl Send for RWLock {}
23-
//unsafe impl Sync for RWLock {} // FIXME
24-
2522
impl RWLock {
2623
pub const fn new() -> RWLock {
2724
RWLock {

0 commit comments

Comments
 (0)