Remove 'haveLogged'

This commit is contained in:
Aaron
2009-03-17 13:48:40 -04:00
parent f1b3732e1d
commit 8ffaa3e2d9
6 changed files with 2 additions and 53 deletions

View File

@@ -270,7 +270,6 @@ namespace mongo {
}
void closeClient( const char *cl, const char *path ) {
/* reset haveLogged in local.dbinfo */
if ( string("local") != cl ) {
DBInfo i(cl);
i.dbDropped();