summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/repl_set_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/repl_set_config.h')
-rw-r--r--src/mongo/db/repl/repl_set_config.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mongo/db/repl/repl_set_config.h b/src/mongo/db/repl/repl_set_config.h
index 57aebd97956..db5608d0b6c 100644
--- a/src/mongo/db/repl/repl_set_config.h
+++ b/src/mongo/db/repl/repl_set_config.h
@@ -536,11 +536,6 @@ public:
return getNumMembers() == 3 && getNumDataBearingMembers() == 2;
}
- /**
- * Returns true if the getLastErrorDefaults has been customized.
- */
- bool containsCustomizedGetLastErrorDefaults() const;
-
private:
/**
* Sets replica set ID to 'defaultReplicaSetId' if 'cfg' does not contain an ID.