Browse Source

in progress

0x4a52466c696e74 1 year ago
parent
commit
da45f721f1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      containers/concurrent/list.go

+ 0 - 1
containers/concurrent/list.go

@@ -168,7 +168,6 @@ func (s *List) Remove(elem *Element) {
 	elem.destroy()
 	s.size--
 	s.m.Unlock()
-	return
 }
 
 func (s *List) Size() (size int) {