summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/repl_set.h
diff options
context:
space:
mode:
authorEric Milkie <milkie@10gen.com>2014-09-23 14:46:55 -0400
committerEric Milkie <milkie@10gen.com>2014-09-26 11:27:06 -0400
commite86e08deff7293b5778fad27df9031c013595b12 (patch)
tree9c24931717b261980a0591ab40192cbac9d101ce /src/mongo/db/repl/repl_set.h
parent128ef4c4bcf312fbe6339181e377d12744165cf9 (diff)
downloadmongo-e86e08deff7293b5778fad27df9031c013595b12.tar.gz
SERVER-15089 Add new Applier class and remove theReplSet references from BackgroundSync
Diffstat (limited to 'src/mongo/db/repl/repl_set.h')
-rw-r--r--src/mongo/db/repl/repl_set.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/repl/repl_set.h b/src/mongo/db/repl/repl_set.h
index bb70c577627..f53a2fdcfbe 100644
--- a/src/mongo/db/repl/repl_set.h
+++ b/src/mongo/db/repl/repl_set.h
@@ -55,7 +55,6 @@ namespace repl {
/* call after constructing to start - returns fairly quickly after launching its threads */
void go() { _go(); }
- void shutdown();
virtual bool isPrimary() { return box.getState().primary(); }
virtual bool isSecondary() { return box.getState().secondary(); }