summaryrefslogtreecommitdiffstats
path: root/searchcorespi
diff options
context:
space:
mode:
Diffstat (limited to 'searchcorespi')
-rw-r--r--searchcorespi/src/vespa/searchcorespi/index/ithreadingservice.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/searchcorespi/src/vespa/searchcorespi/index/ithreadingservice.h b/searchcorespi/src/vespa/searchcorespi/index/ithreadingservice.h
index 0660f3ab495..e386b3b4fb6 100644
--- a/searchcorespi/src/vespa/searchcorespi/index/ithreadingservice.h
+++ b/searchcorespi/src/vespa/searchcorespi/index/ithreadingservice.h
@@ -63,8 +63,6 @@ struct IThreadingService
IThreadingService() = default;
virtual ~IThreadingService() = default;
- virtual void sync_all_executors() = 0;
-
/**
* Block the calling thread until the master thread has capacity to handle more tasks,
* and then execute the given task in the master thread.