0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

unrefed local var

This commit is contained in:
dwight 2010-07-04 09:28:51 -04:00
parent 2585c42a88
commit 654f204036

View File

@ -58,7 +58,7 @@ namespace mongo {
try {
conn->insert( _ns , BSON( "_id" << _name << "state" << 0 << "who" << "" ) );
}
catch ( UserException& e ){
catch ( UserException& ){
}
}
}