Chromium Code Reviews| Index: filter/count/mc.go |
| diff --git a/filter/count/mc.go b/filter/count/mc.go |
| index 1000140890092084001d18c9cf2eea496baeaf95..74844781b119c37fb452522b574a75400e3c3909 100644 |
| --- a/filter/count/mc.go |
| +++ b/filter/count/mc.go |
| @@ -32,7 +32,7 @@ type mcCounter struct { |
| var _ mc.RawInterface = (*mcCounter)(nil) |
| func (m *mcCounter) NewItem(key string) mc.Item { |
| - m.c.NewItem.up() |
| + _ = m.c.NewItem.up() |
| return m.mc.NewItem(key) |
| } |