From 5c4edf65f949a443d56159f4e6775e67dc493334 Mon Sep 17 00:00:00 2001 From: Jonathan Boulle Date: Fri, 17 Oct 2014 00:07:45 -0700 Subject: [PATCH] store: remove another unused function --- store/stats.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/store/stats.go b/store/stats.go index c04613e9c..1b9761de3 100644 --- a/store/stats.go +++ b/store/stats.go @@ -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: