store: remove another unused function

This commit is contained in:
Jonathan Boulle 2014-10-17 00:07:45 -07:00
parent 1fa763b47b
commit 5c4edf65f9

View File

@ -91,10 +91,6 @@ func (s *Stats) toJson() []byte {
return b
}
func (s *Stats) TotalReads() uint64 {
return s.GetSuccess + s.GetFail
}
func (s *Stats) Inc(field int) {
switch field {
case SetSuccess: