summaryrefslogtreecommitdiff
path: root/src/mongo/db/write_concern_options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/write_concern_options.cpp')
-rw-r--r--src/mongo/db/write_concern_options.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/write_concern_options.cpp b/src/mongo/db/write_concern_options.cpp
index 993e373ec9b..50bf9cad040 100644
--- a/src/mongo/db/write_concern_options.cpp
+++ b/src/mongo/db/write_concern_options.cpp
@@ -39,8 +39,6 @@ namespace mongo {
const BSONObj WriteConcernOptions::Acknowledged(BSON("w" << W_NORMAL));
const BSONObj WriteConcernOptions::Unacknowledged(BSON("w" << W_NONE));
- const string WriteConcernOptions::kMajority("majority");
-
static const BSONField<bool> mongosSecondaryThrottleField("_secondaryThrottle", true);
static const BSONField<bool> secondaryThrottleField("secondaryThrottle", true);
static const BSONField<BSONObj> writeConcernField("writeConcern");