summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_entry.h
diff options
context:
space:
mode:
authorJosef Ahmad <josef.ahmad@mongodb.com>2022-10-10 09:35:57 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-10-10 10:07:27 +0000
commita6de755b905f5df9cd7a0c5af56800baabd2c028 (patch)
treee8879aaf0997143824de1c4d4e91f1519859d777 /src/mongo/db/repl/oplog_entry.h
parent033b975f49d8cf42d369c1d3f8800b161df1a672 (diff)
downloadmongo-a6de755b905f5df9cd7a0c5af56800baabd2c028.tar.gz
SERVER-69718 Add global_index.js jscore/txns test
Diffstat (limited to 'src/mongo/db/repl/oplog_entry.h')
-rw-r--r--src/mongo/db/repl/oplog_entry.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/repl/oplog_entry.h b/src/mongo/db/repl/oplog_entry.h
index b6410503ce2..2a26e67f838 100644
--- a/src/mongo/db/repl/oplog_entry.h
+++ b/src/mongo/db/repl/oplog_entry.h
@@ -459,8 +459,6 @@ public:
kModifyShardedCollectionGlobalIndexCatalog,
kCreateGlobalIndex,
kDropGlobalIndex,
- kInsertGlobalIndexKey,
- kDeleteGlobalIndexKey,
};
// Get the in-memory size in bytes of a ReplOperation.