Skip to content

Commit

Permalink
cleaned up dataFileSync #527
Browse files Browse the repository at this point in the history
  • Loading branch information
leifwalsh committed Sep 21, 2013
1 parent 24dfc1c commit cd06cb5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mongo/db/db.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -989,8 +989,6 @@ static int mongoDbMain(int argc, char* argv[], char **envp) {
if (!initializeServerGlobalState())
::_exit(EXIT_FAILURE);

dataFileSync.go();

#if defined(_WIN32)
if (ntservice::shouldStartService()) {
ntservice::startService();
Expand Down

0 comments on commit cd06cb5

Please sign in to comment.