OSDN Git Service

Update Go library to last weekly.
[pf3gnuchains/gcc-fork.git] / libgo / go / net / textproto / pipeline.go
index 8c25884..ca50edd 100644 (file)
@@ -108,7 +108,7 @@ func (s *sequencer) End(id uint) {
        }
        c, ok := s.wait[id]
        if ok {
-               s.wait[id] = nil, false
+               delete(s.wait, id)
        }
        s.mu.Unlock()
        if ok {