summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_entry.h
diff options
context:
space:
mode:
authorMax Hirschhorn <max.hirschhorn@mongodb.com>2016-03-23 18:01:25 -0400
committerMax Hirschhorn <max.hirschhorn@mongodb.com>2016-03-23 18:01:25 -0400
commitadde6aca20580af59d21896c90281547c55680c8 (patch)
treeffb4bbb7935817bebd9658636d8e7f8fc4bd6ede /src/mongo/db/repl/oplog_entry.h
parent20aee8500c87cd43ae72a8c811b7e88f4f737243 (diff)
downloadmongo-adde6aca20580af59d21896c90281547c55680c8.tar.gz
Revert "SERVER-22858 create a new Applier which wraps multiApply"
This reverts commit 1bcf7cc983a9ea51b41b0549ad5a3811bf7057b7.
Diffstat (limited to 'src/mongo/db/repl/oplog_entry.h')
-rw-r--r--src/mongo/db/repl/oplog_entry.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mongo/db/repl/oplog_entry.h b/src/mongo/db/repl/oplog_entry.h
index 90f7bdbe8bc..08fd1c8d95a 100644
--- a/src/mongo/db/repl/oplog_entry.h
+++ b/src/mongo/db/repl/oplog_entry.h
@@ -30,8 +30,6 @@
#include "mongo/bson/bsonobj.h"
-#include "mongo/db/repl/optime.h"
-
namespace mongo {
namespace repl {
@@ -54,11 +52,8 @@ struct OplogEntry {
bool isForCappedCollection = false;
bool isCommand() const;
- bool isCrudOpType() const;
bool hasNamespace() const;
int getVersion() const;
- BSONElement getIdElement() const;
- OpTime getOpTime() const;
Seconds getTimestampSecs() const;
StringData getCollectionName() const;
std::string toString() const;