Skip to content

Commit e033c5b

Browse files
authored
Update shardedrwlock.go
1 parent 6c557a2 commit e033c5b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rw/shardedrwlock.go

+2
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,11 @@ void rwlock_unlock(pthread_rwlock_t *lock) {
3838
}
3939
*/
4040
import "C"
41+
/*
4142
import (
4243
"hash/fnv"
4344
)
45+
*/
4446

4547
// RWLockShard represents a single shard containing a POSIX read-write lock.
4648
type RWLockShard struct {

0 commit comments

Comments
 (0)