summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_catalog_entry.h
diff options
context:
space:
mode:
authorEric Milkie <milkie@10gen.com>2016-11-18 14:40:20 -0500
committerEric Milkie <milkie@10gen.com>2016-11-21 08:44:57 -0500
commiteda82cb72e0271604267a9d80f5468d5b0dbc348 (patch)
tree3da4fc0460220c1dfb4ca58993a0b4b7d5e52c54 /src/mongo/db/catalog/collection_catalog_entry.h
parent33869b6b9a2155fad7f53531f85f2ce79b46a489 (diff)
downloadmongo-eda82cb72e0271604267a9d80f5468d5b0dbc348.tar.gz
SERVER-23514 remove code and tests from SERVER-23299
Diffstat (limited to 'src/mongo/db/catalog/collection_catalog_entry.h')
-rw-r--r--src/mongo/db/catalog/collection_catalog_entry.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mongo/db/catalog/collection_catalog_entry.h b/src/mongo/db/catalog/collection_catalog_entry.h
index dd6a1f506f1..879459839d3 100644
--- a/src/mongo/db/catalog/collection_catalog_entry.h
+++ b/src/mongo/db/catalog/collection_catalog_entry.h
@@ -121,11 +121,6 @@ public:
virtual void updateFlags(OperationContext* txn, int newValue) = 0;
/**
- * Clears the "temp" flag from the CollectionOptions of this collection.
- */
- virtual void clearTempFlag(OperationContext* txn) = 0;
-
- /**
* Updates the validator for this collection.
*
* An empty validator removes all validation.