diff options
author | Eliot Horowitz <eliot@10gen.com> | 2010-12-30 14:42:58 -0500 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2010-12-30 14:42:58 -0500 |
commit | ca311f1e27b40e993c591e3508c89824f3d9cdb4 (patch) | |
tree | 72e3c8afaa4f7279eed4dbc48d340253629ec374 /util/util.cpp | |
parent | c4c5d66d016f36b0c56021fd142c8a027c6b132d (diff) | |
download | mongo-ca311f1e27b40e993c591e3508c89824f3d9cdb4.tar.gz |
fix FileAllocator linking
Diffstat (limited to 'util/util.cpp')
-rw-r--r-- | util/util.cpp | 4 |
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 |