summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbmessage.h
diff options
context:
space:
mode:
authorGreg Studer <greg@10gen.com>2012-06-04 20:49:33 -0400
committerGreg Studer <greg@10gen.com>2012-06-08 16:12:17 -0400
commit529820fd434192470a91ef1cd257ee58bb0e22a5 (patch)
tree4f01ab94b9d0c31dae961c5b0ad3be6f6a4aa6eb /src/mongo/db/dbmessage.h
parente14233f0213fd446381bbccdbf9b9c63b485c1c1 (diff)
downloadmongo-529820fd434192470a91ef1cd257ee58bb0e22a5.tar.gz
SERVER-4262 normalize options for write operations and refactor into common location
Diffstat (limited to 'src/mongo/db/dbmessage.h')
-rw-r--r--src/mongo/db/dbmessage.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mongo/db/dbmessage.h b/src/mongo/db/dbmessage.h
index 3a6916a8bf4..dd90b20defc 100644
--- a/src/mongo/db/dbmessage.h
+++ b/src/mongo/db/dbmessage.h
@@ -229,12 +229,6 @@ namespace mongo {
const char *theEnd;
const char * mark;
-
- public:
- enum ReservedOptions {
- Reserved_InsertOption_ContinueOnError = 1 << 0 ,
- Reserved_FromWriteback = 1 << 1
- };
};