0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 09:06:21 +01:00

Just get rid of IN label

This commit is contained in:
Aaron 2009-02-10 13:16:34 -05:00
parent 015bbe7316
commit 72eb0d5072
2 changed files with 0 additions and 2 deletions

View File

@ -1095,6 +1095,5 @@ namespace mongo {
Labeler::Label LT( "$lt" );
Labeler::Label LTE( "$lte" );
Labeler::Label NE( "$ne" );
Labeler::Label In( "$in" );
} // namespace mongo

View File

@ -754,7 +754,6 @@ namespace mongo {
extern Labeler::Label LT;
extern Labeler::Label LTE;
extern Labeler::Label NE;
extern Labeler::Label In;
class BSONObjBuilderValueStream {
public: