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

Remove unused function

This commit is contained in:
Aaron 2009-03-20 16:06:43 -04:00
parent 7dd5dd50af
commit b66a9b168d

View File

@ -123,12 +123,6 @@ namespace mongo {
return trivialBound();
return f->second;
}
int nBounds() const {
int count = 0;
for( map< string, FieldBound >::const_iterator i = bounds_.begin(); i != bounds_.end(); ++i )
++count;
return count;
}
int nNontrivialBounds() const {
int count = 0;
for( map< string, FieldBound >::const_iterator i = bounds_.begin(); i != bounds_.end(); ++i )