summaryrefslogtreecommitdiff
path: root/util/util.cpp
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-12-30 14:42:58 -0500
committerEliot Horowitz <eliot@10gen.com>2010-12-30 14:42:58 -0500
commitca311f1e27b40e993c591e3508c89824f3d9cdb4 (patch)
tree72e3c8afaa4f7279eed4dbc48d340253629ec374 /util/util.cpp
parentc4c5d66d016f36b0c56021fd142c8a027c6b132d (diff)
downloadmongo-ca311f1e27b40e993c591e3508c89824f3d9cdb4.tar.gz
fix FileAllocator linking
Diffstat (limited to 'util/util.cpp')
-rw-r--r--util/util.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/util/util.cpp b/util/util.cpp
index 0ca27d09ce5..c29f7234a34 100644
--- a/util/util.cpp
+++ b/util/util.cpp
@@ -168,10 +168,6 @@ namespace mongo {
}
} utilTest;
- // The mutex contained in this object may be held on shutdown.
- FileAllocator &theFileAllocator_ = *(new FileAllocator());
- FileAllocator &theFileAllocator() { return theFileAllocator_; }
-
OpTime OpTime::last(0, 0);
/* this is a good place to set a breakpoint when debugging, as lots of warning things