summaryrefslogtreecommitdiff
path: root/src/mongo/s/write_ops/batched_command_request.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/write_ops/batched_command_request.h')
-rw-r--r--src/mongo/s/write_ops/batched_command_request.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/s/write_ops/batched_command_request.h b/src/mongo/s/write_ops/batched_command_request.h
index f791fa7e0a7..6916d051a0e 100644
--- a/src/mongo/s/write_ops/batched_command_request.h
+++ b/src/mongo/s/write_ops/batched_command_request.h
@@ -50,9 +50,6 @@ class NamespaceString;
*/
class BatchedCommandRequest {
public:
- // Maximum number of write ops supported per batch
- static const size_t kMaxWriteBatchSize;
-
enum BatchType { BatchType_Insert, BatchType_Update, BatchType_Delete, BatchType_Unknown };
BatchedCommandRequest(BatchType batchType);