summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands
diff options
context:
space:
mode:
authorEsha Maharishi <esha.maharishi@mongodb.com>2020-03-23 17:11:02 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-03-30 15:29:42 +0000
commit09980eb0211c8b3adea4e10e97339b05c3a4e602 (patch)
treea5721625c41b0ea63422527308ad5d94ffd7f0d1 /src/mongo/s/commands
parentb6a5641e5b0ad21cba312b0703cbb09bea158b05 (diff)
downloadmongo-09980eb0211c8b3adea4e10e97339b05c3a4e602.tar.gz
SERVER-46835 Remove FCV branches related to deleting the config server implicit collection creation loop
Diffstat (limited to 'src/mongo/s/commands')
-rw-r--r--src/mongo/s/commands/cluster_create_cmd.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/s/commands/cluster_create_cmd.cpp b/src/mongo/s/commands/cluster_create_cmd.cpp
index d1a3fc792fc..4d3d0aa7f89 100644
--- a/src/mongo/s/commands/cluster_create_cmd.cpp
+++ b/src/mongo/s/commands/cluster_create_cmd.cpp
@@ -37,7 +37,6 @@
#include "mongo/rpc/get_status_from_command_result.h"
#include "mongo/s/cluster_commands_helpers.h"
#include "mongo/s/grid.h"
-#include "mongo/s/request_types/create_collection_gen.h"
namespace mongo {
namespace {