diff options
author | Andy Schwerin <schwerin@10gen.com> | 2014-01-27 14:59:12 -0500 |
---|---|---|
committer | Andy Schwerin <schwerin@10gen.com> | 2014-01-27 16:58:32 -0500 |
commit | 9384c692b89034008c419e3779282a41f00a4a61 (patch) | |
tree | 7db20f806ae0f0289fbe0ca8abaccec91978f6f7 /src/mongo/db/pdfile.cpp | |
parent | e9423c914367cf0ae89d27999e824da70864c59c (diff) | |
download | mongo-9384c692b89034008c419e3779282a41f00a4a61.tar.gz |
Move HashTable<> from util to db/structure/catalog, where it is used.
The HashTable isn't generic, as it's tied to the durability system via calls to getDur().
It belongs here, with other structures that are durability-aware.
Diffstat (limited to 'src/mongo/db/pdfile.cpp')
-rw-r--r-- | src/mongo/db/pdfile.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/pdfile.cpp b/src/mongo/db/pdfile.cpp index 7b142cf64ab..595c18e019a 100644 --- a/src/mongo/db/pdfile.cpp +++ b/src/mongo/db/pdfile.cpp @@ -76,7 +76,6 @@ _ disallow system* manipulations from the database. #include "mongo/util/assert_util.h" #include "mongo/util/file.h" #include "mongo/util/file_allocator.h" -#include "mongo/util/hashtab.h" #include "mongo/util/mmap.h" #include "mongo/util/processinfo.h" #include "mongo/db/stats/timer_stats.h" |