summaryrefslogtreecommitdiff
path: root/src/mongo/bson/oid.h
diff options
context:
space:
mode:
authorJonathan Reams <jbreams@mongodb.com>2017-01-03 15:02:10 -0500
committerJonathan Reams <jbreams@mongodb.com>2017-01-06 12:50:48 -0500
commitf96f0ea2279962f31b18af1232ef11acfcb9f932 (patch)
tree5f0728b7533e36db7b77c01fcd4f7fc85d71217f /src/mongo/bson/oid.h
parentc8d0e9352718e9477dc9113e4c44a7a4aa314e5c (diff)
downloadmongo-f96f0ea2279962f31b18af1232ef11acfcb9f932.tar.gz
SERVER-14148 Remove JS mode from JSON output options
Diffstat (limited to 'src/mongo/bson/oid.h')
-rw-r--r--src/mongo/bson/oid.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/bson/oid.h b/src/mongo/bson/oid.h
index 0dbf28a3277..c3895f35cde 100644
--- a/src/mongo/bson/oid.h
+++ b/src/mongo/bson/oid.h
@@ -235,8 +235,6 @@ enum JsonStringFormat {
/** 10gen format, which is close to JS format. This form is understandable by
javascript running inside the Mongo server via eval() */
TenGen,
- /** Javascript JSON compatible */
- JS
};
inline bool operator==(const OID& lhs, const OID& rhs) {