From b66a9b168d12f32d1a1a025f88bcf61a02971d4d Mon Sep 17 00:00:00 2001 From: Aaron Date: Fri, 20 Mar 2009 16:06:43 -0400 Subject: [PATCH] Remove unused function --- db/queryutil.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/db/queryutil.h b/db/queryutil.h index edf33a212a8..39ab2e7e4ff 100644 --- a/db/queryutil.h +++ b/db/queryutil.h @@ -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 )