summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb/feedhandler/feedhandler_test.cpp
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-01-23 13:40:13 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2021-01-23 13:40:13 +0000
commit5d40e82b1c38ecdf0cb2ab54521530e152e33659 (patch)
tree25b316a870f8ae83c1f4b941b31a61fd0f43a3e7 /searchcore/src/tests/proton/documentdb/feedhandler/feedhandler_test.cpp
parent3c8533f0ee5cc3abff0cc1bfc88fd00df0624921 (diff)
Various readability and code cleanup. closure -> lambda
Diffstat (limited to 'searchcore/src/tests/proton/documentdb/feedhandler/feedhandler_test.cpp')
-rw-r--r--searchcore/src/tests/proton/documentdb/feedhandler/feedhandler_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/documentdb/feedhandler/feedhandler_test.cpp b/searchcore/src/tests/proton/documentdb/feedhandler/feedhandler_test.cpp
index be730a24b87..1127191a1a2 100644
--- a/searchcore/src/tests/proton/documentdb/feedhandler/feedhandler_test.cpp
+++ b/searchcore/src/tests/proton/documentdb/feedhandler/feedhandler_test.cpp
@@ -60,7 +60,6 @@ using storage::spi::Timestamp;
using storage::spi::UpdateResult;
using vespalib::ThreadStackExecutor;
using vespalib::ThreadStackExecutorBase;
-using vespalib::makeClosure;
using vespalib::eval::SimpleValue;
using vespalib::eval::TensorSpec;
using vespalib::eval::Value;