summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/common
diff options
context:
space:
mode:
authorArne Juul <arnej@verizonmedia.com>2020-07-14 07:26:54 +0000
committerArne Juul <arnej@verizonmedia.com>2020-07-15 15:39:23 +0000
commitf941239c2d02fc07acc8f12ae8561c66c8de0c07 (patch)
treefb7b9df2d0307c17858838f82966c7d9101b55ea /searchlib/src/tests/common
parent9534d9ef4d74017ff4ef0849924f751403979cbb (diff)
fix bugs
Diffstat (limited to 'searchlib/src/tests/common')
-rw-r--r--searchlib/src/tests/common/location/location_test.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/searchlib/src/tests/common/location/location_test.cpp b/searchlib/src/tests/common/location/location_test.cpp
index c25dce38a4a..aac772b7dd0 100644
--- a/searchlib/src/tests/common/location/location_test.cpp
+++ b/searchlib/src/tests/common/location/location_test.cpp
@@ -1,13 +1,11 @@
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include <vespa/vespalib/testkit/test_kit.h>
#include <vespa/searchlib/common/location.h>
-#include <vespa/searchlib/common/geo_location_spec.h>
#include <vespa/searchlib/common/geo_location_parser.h>
#include <vespa/searchlib/attribute/attributeguard.h>
using search::common::Location;
using search::common::GeoLocationParser;
-using search::common::GeoLocationSpec;
Location parse(const char *str) {
GeoLocationParser parser;