summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2019-02-11 10:20:06 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2019-02-11 10:20:06 +0000
commit9094b3d34c74e5d7293fd8cc6ff975a5e881f828 (patch)
treea5abe68e4a7abf04ad1312d1162a4527041fd335 /searchcore
parentfef6d75250ff409043b9a2d3c3889ec9945d6ae9 (diff)
GC unused method
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/matching/matching_stats.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/matching/matching_stats.h b/searchcore/src/vespa/searchcore/proton/matching/matching_stats.h
index d676977feb7..0e1a9b2f791 100644
--- a/searchcore/src/vespa/searchcore/proton/matching/matching_stats.h
+++ b/searchcore/src/vespa/searchcore/proton/matching/matching_stats.h
@@ -161,7 +161,6 @@ public:
MatchingStats &softDoomed(size_t value) { _softDoomed = value; return *this; }
size_t softDoomed() const { return _softDoomed; }
- MatchingStats & doomOvertime(fastos::TimeStamp overtime) { _doomOvertime.set(overtime.sec()); return *this; }
fastos::TimeStamp doomOvertime() const { return fastos::TimeStamp::fromSec(_doomOvertime.max()); }
MatchingStats &softDoomFactor(double value) { _softDoomFactor = value; return *this; }