summaryrefslogtreecommitdiff
path: root/src/mongo/db/db.h
diff options
context:
space:
mode:
authorSpencer T Brody <spencer@mongodb.com>2014-10-01 18:51:09 -0400
committerSpencer T Brody <spencer@mongodb.com>2014-10-02 18:02:46 -0400
commitc9ae1354004e5767c45160b4efa7ad77d0185c0d (patch)
tree354ea0f86a4feac5149291af8388e85fce48ef47 /src/mongo/db/db.h
parent30b1d49b30fb3b4892fcec836cd221fe52fd5f38 (diff)
downloadmongo-c9ae1354004e5767c45160b4efa7ad77d0185c0d.tar.gz
SERVER-15031 Add compile-time flag to control which ReplicationCoordinator is used
Diffstat (limited to 'src/mongo/db/db.h')
-rw-r--r--src/mongo/db/db.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/db.h b/src/mongo/db/db.h
index 006f5a35c85..0786fae8cad 100644
--- a/src/mongo/db/db.h
+++ b/src/mongo/db/db.h
@@ -43,6 +43,4 @@ namespace repl {
extern void (*snmpInit)();
- void setGlobalReplSettings(const repl::ReplSettings& settings);
-
} // namespace mongo