MINOR global var cleanup

This commit is contained in:
dwight
2009-10-24 14:34:54 -04:00
parent 73ed0277ff
commit fe0226cd79
3 changed files with 0 additions and 9 deletions

View File

@@ -53,15 +53,10 @@ namespace mongo {
extern string bind_ip;
extern char *appsrvPath;
// extern int curOp;
extern bool autoresync;
extern int opLogging;
extern OpLog _oplog;
extern int lenForNewNsFiles;
extern int ctr;
extern int callDepth;
extern int lockFile;
void setupSignals();