summaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/common/hitrank.h
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/vespa/searchlib/common/hitrank.h')
-rw-r--r--searchlib/src/vespa/searchlib/common/hitrank.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/common/hitrank.h b/searchlib/src/vespa/searchlib/common/hitrank.h
index 652d431193b..092855878c2 100644
--- a/searchlib/src/vespa/searchlib/common/hitrank.h
+++ b/searchlib/src/vespa/searchlib/common/hitrank.h
@@ -7,7 +7,6 @@
namespace search {
typedef double HitRank;
-typedef double SignedHitRank;
constexpr HitRank default_rank_value = -HUGE_VAL;
constexpr HitRank zero_rank_value = 0.0;