aboutsummaryrefslogtreecommitdiffstats
path: root/staging_vespalib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-12-02 08:51:42 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2021-12-02 08:51:42 +0000
commite138311cabeb3f727b69d37464e9280e8b883600 (patch)
tree1a3210608b166610205217e246a2438a6d167791 /staging_vespalib
parent35d12fd187d562ada3a8c3aaddda67f654d1dbda (diff)
GC unused code.
Diffstat (limited to 'staging_vespalib')
-rw-r--r--staging_vespalib/src/vespa/vespalib/util/sequencedtaskexecutor.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/staging_vespalib/src/vespa/vespalib/util/sequencedtaskexecutor.h b/staging_vespalib/src/vespa/vespalib/util/sequencedtaskexecutor.h
index f6d86ec51fb..91304a6a2e3 100644
--- a/staging_vespalib/src/vespa/vespalib/util/sequencedtaskexecutor.h
+++ b/staging_vespalib/src/vespa/vespalib/util/sequencedtaskexecutor.h
@@ -30,14 +30,6 @@ public:
ExecutorStats getStats() override;
void wakeup() override;
-#if 0
- static std::unique_ptr<ISequencedTaskExecutor>
- create(Runnable::init_fun_t func, uint32_t threads, uint32_t taskLimit = 1000,
- OptimizeFor optimize = OptimizeFor::LATENCY, uint32_t kindOfWatermark = 0) {
- return create(func, threads, taskLimit, optimize, kindOfWatermark, 100ms);
- }
-
-#endif
static std::unique_ptr<ISequencedTaskExecutor>
create(Runnable::init_fun_t func, uint32_t threads);
static std::unique_ptr<ISequencedTaskExecutor>