summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/sync_tail.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/sync_tail.h')
-rw-r--r--src/mongo/db/repl/sync_tail.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mongo/db/repl/sync_tail.h b/src/mongo/db/repl/sync_tail.h
index dff6fc32e32..81e4ef4bff7 100644
--- a/src/mongo/db/repl/sync_tail.h
+++ b/src/mongo/db/repl/sync_tail.h
@@ -89,12 +89,6 @@ public:
StorageInterface* storageInterface);
/**
- * Creates thread pool for writer tasks.
- */
- static std::unique_ptr<ThreadPool> makeWriterPool();
- static std::unique_ptr<ThreadPool> makeWriterPool(int threadCount);
-
- /**
* Applies the operation that is in param o.
* Functions for applying operations/commands and increment server status counters may
* be overridden for testing.