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:
parent
7dd5dd50af
commit
b66a9b168d
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user