summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands.h')
-rw-r--r--src/mongo/db/commands.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/db/commands.h b/src/mongo/db/commands.h
index 37b2750684e..c3da3ad9578 100644
--- a/src/mongo/db/commands.h
+++ b/src/mongo/db/commands.h
@@ -243,10 +243,6 @@ namespace mutablebson {
ServerStatusMetricField<Counter64> _commandsFailedMetric;
public:
- // Stops all index builds required to run this command and returns index builds killed.
- virtual std::vector<BSONObj> stopIndexBuilds(OperationContext* opCtx,
- Database* db,
- const BSONObj& cmdObj);
static const CommandMap* commandsByBestName() { return _commandsByBestName; }
static const CommandMap* webCommands() { return _webCommands; }