aboutsummaryrefslogtreecommitdiffstats
path: root/searchcorespi
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-11-26 06:18:25 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2021-11-26 06:18:25 +0000
commit67271ce7ffbbfadf17c734730e697b4ba0c2f905 (patch)
treee2ea2a22a4b033871cd75009c906e9bc049ad958 /searchcorespi
parent9fbf810f494d2907b4583db3a97435fbcfede162 (diff)
Remove sync_all_executors from IThreadingService interface.
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.