summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/sync_tail.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/sync_tail.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/sync_tail.h')
-rw-r--r--src/mongo/db/repl/sync_tail.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/repl/sync_tail.h b/src/mongo/db/repl/sync_tail.h
index 6729c4d14f3..ee76f5c89b8 100644
--- a/src/mongo/db/repl/sync_tail.h
+++ b/src/mongo/db/repl/sync_tail.h
@@ -39,7 +39,6 @@ namespace mongo {
class OperationContext;
namespace repl {
-
class BackgroundSyncInterface;
/**