cleaning something that wasn't used in years

This commit is contained in:
Eliot Horowitz
2010-01-28 15:07:45 -05:00
parent 51a99bbce0
commit 1864b5e78a

View File

@@ -312,19 +312,6 @@ namespace mongo {
mongolock lk(writeLock);
#if 0
/* use this if you only want to process operations for a particular namespace.
maybe add to cmd line parms or something fancier.
*/
DbMessage ddd(m);
if ( strncmp(ddd.getns(), "clusterstock", 12) != 0 ) {
static int q;
if ( ++q < 20 )
out() << "TEMP skip " << ddd.getns() << endl;
goto skip;
}
#endif
if ( op == dbQuery ) {
// receivedQuery() does its own authorization processing.
if ( ! receivedQuery(dbresponse, m, currentOp, true, lk) )