Revert "SERVER-695 don't destroy static global mutexes"

This reverts commit 714ec2fdc8.
This commit is contained in:
Aaron
2010-03-10 00:39:26 -08:00
parent 26b6ffe30a
commit eb7cde3e75
50 changed files with 153 additions and 204 deletions

View File

@@ -525,7 +525,6 @@ int _main(int argc, char* argv[]) {
}
int main(int argc, char* argv[]) {
static mongo::StaticObserver staticObserver;
try {
return _main( argc , argv );
}