aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/benchmark/attributebenchmark.cpp
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@oath.com>2017-12-12 13:01:15 +0000
committerTor Egge <Tor.Egge@oath.com>2017-12-12 13:01:15 +0000
commit9408c19cd6d340d9d2f09c67699e67afd62fbb12 (patch)
tree48e3f148b55281a96a718c52db458fbbbc50e528 /searchlib/src/tests/attribute/benchmark/attributebenchmark.cpp
parentad70d622d76fd6a59272b16da1a3787d5f85c193 (diff)
Use standard locking in searchlib (pass 1).
Diffstat (limited to 'searchlib/src/tests/attribute/benchmark/attributebenchmark.cpp')
-rw-r--r--searchlib/src/tests/attribute/benchmark/attributebenchmark.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/searchlib/src/tests/attribute/benchmark/attributebenchmark.cpp b/searchlib/src/tests/attribute/benchmark/attributebenchmark.cpp
index 8eef498d85c..e2dc6b2b2ef 100644
--- a/searchlib/src/tests/attribute/benchmark/attributebenchmark.cpp
+++ b/searchlib/src/tests/attribute/benchmark/attributebenchmark.cpp
@@ -21,8 +21,6 @@ LOG_SETUP("attributebenchmark");
#include <vespa/searchlib/attribute/attributevector.hpp>
-using vespalib::Monitor;
-using vespalib::MonitorGuard;
using std::shared_ptr;
typedef std::vector<uint32_t> NumVector;