Skip to content

Commit

Permalink
compile err
Browse files Browse the repository at this point in the history
  • Loading branch information
dwight committed Apr 8, 2010
1 parent b0a3df8 commit c90c179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/ramstore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

namespace mongo {

extern bool checkNsFilesOnLoad;
//extern bool checkNsFilesOnLoad;

static set<RamStoreFile*> files;

Expand Down Expand Up @@ -85,7 +85,7 @@ RamStoreFile::~RamStoreFile() {
}

RamStoreFile::RamStoreFile() : _len(0) {
checkNsFilesOnLoad = false;
// checkNsFilesOnLoad = false;
files.insert(this);
}

Expand Down

0 comments on commit c90c179

Please sign in to comment.