aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb/executor_threading_service/executor_threading_service_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore/src/tests/proton/documentdb/executor_threading_service/executor_threading_service_test.cpp')
-rw-r--r--searchcore/src/tests/proton/documentdb/executor_threading_service/executor_threading_service_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/documentdb/executor_threading_service/executor_threading_service_test.cpp b/searchcore/src/tests/proton/documentdb/executor_threading_service/executor_threading_service_test.cpp
index 322f3c389ad..8a354ded706 100644
--- a/searchcore/src/tests/proton/documentdb/executor_threading_service/executor_threading_service_test.cpp
+++ b/searchcore/src/tests/proton/documentdb/executor_threading_service/executor_threading_service_test.cpp
@@ -28,7 +28,6 @@ public:
field_writer_executor(SequencedTaskExecutor::create(my_field_writer_executor, 3, 200)),
service(std::make_unique<ExecutorThreadingService>(_transport.shared(),
_transport.transport(),
- _transport.clock(),
*field_writer_executor,
nullptr,
ThreadingServiceConfig::make()))