diff options
author | Eliot Horowitz <eliot@10gen.com> | 2012-06-12 01:15:29 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2012-06-12 01:52:26 -0400 |
commit | a0bb40436fc96a1c9d1f3360d48d82952085dc06 (patch) | |
tree | 901d39deb8030c281772ee1fe17cb03b32323626 /src/mongo/db/db.h | |
parent | efdd6fa2b146b17f2e86eefe95e517561b1169c0 (diff) | |
download | mongo-a0bb40436fc96a1c9d1f3360d48d82952085dc06.tar.gz |
remove all references to mongomutex
Diffstat (limited to 'src/mongo/db/db.h')
-rw-r--r-- | src/mongo/db/db.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/db.h b/src/mongo/db/db.h index 7d2928c25ba..954ce8bcfe1 100644 --- a/src/mongo/db/db.h +++ b/src/mongo/db/db.h @@ -18,7 +18,6 @@ #include "../pch.h" #include "../util/net/message.h" -#include "mongomutex.h" #include "pdfile.h" #include "curop.h" #include "client.h" |