summaryrefslogtreecommitdiff
path: root/db/matcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'db/matcher.h')
-rw-r--r--db/matcher.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/db/matcher.h b/db/matcher.h
index 03b5b335845..9ef15988e59 100644
--- a/db/matcher.h
+++ b/db/matcher.h
@@ -63,7 +63,6 @@ namespace mongo {
modm = o["1"].numberInt();
uassert( "mod can't be 0" , mod );
- uassert( "mod eq can't be 0" , modm );
}
}