summaryrefslogtreecommitdiff
path: root/bson/oid.h
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-06-24 11:23:10 -0400
committerEliot Horowitz <eliot@10gen.com>2010-06-24 11:23:10 -0400
commitf8901bec591369af0a4b4588b3978a5239df657e (patch)
tree52f43b44abfae60afd3da2f2d4b9373a93c1a41d /bson/oid.h
parenta5b8c2b7cf2cd8071a316181c4d4ce7425615e66 (diff)
downloadmongo-f8901bec591369af0a4b4588b3978a5239df657e.tar.gz
make includes a bit easier to manage
Diffstat (limited to 'bson/oid.h')
-rw-r--r--bson/oid.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/bson/oid.h b/bson/oid.h
index 70f9edc359e..9c2e086b96e 100644
--- a/bson/oid.h
+++ b/bson/oid.h
@@ -119,9 +119,6 @@ namespace mongo {
JS
};
- /* l and r MUST have same type when called: check that first. */
- int compareElementValues(const BSONElement& l, const BSONElement& r);
-
inline ostream& operator<<( ostream &s, const OID &o ) {
s << o.str();
return s;