0x4a52466c696e74 il y a 1 an
Parent
commit
da45f721f1
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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) {