aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2020-08-17 14:35:55 +0200
committerTor Egge <Tor.Egge@broadpark.no>2020-08-17 14:35:55 +0200
commit301fa9c0bc583f094fe098d351e8a282f0c8791a (patch)
tree8d25f734a2f88b53dd8630de2cedd5eb14971389 /searchlib/src
parent50500f83fc1da730d126d96570e5cb6cf054271b (diff)
Remove unused u32_inf variable.
Diffstat (limited to 'searchlib/src')
-rw-r--r--searchlib/src/tests/common/location/geo_location_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchlib/src/tests/common/location/geo_location_test.cpp b/searchlib/src/tests/common/location/geo_location_test.cpp
index 31b844d0fc8..f564740fc7e 100644
--- a/searchlib/src/tests/common/location/geo_location_test.cpp
+++ b/searchlib/src/tests/common/location/geo_location_test.cpp
@@ -16,7 +16,6 @@ using Aspect = search::common::GeoLocation::Aspect;
constexpr int32_t plus_inf = std::numeric_limits<int32_t>::max();
constexpr int32_t minus_inf = std::numeric_limits<int32_t>::min();
-constexpr uint32_t u32_inf = std::numeric_limits<uint32_t>::max();
bool is_parseable(const char *str) {
GeoLocationParser parser;