0x4a52466c696e74 hace 1 año
padre
commit
da45f721f1
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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) {