diff options
author | Hari Khalsa <hkhalsa@10gen.com> | 2013-12-13 13:10:09 -0500 |
---|---|---|
committer | Hari Khalsa <hkhalsa@10gen.com> | 2013-12-13 13:34:49 -0500 |
commit | 3769b3046df920d5e323a0c18475f5e0d4c891af (patch) | |
tree | c2b859c17fb79cdade10c3909c5582ef34029ec7 /src/mongo/db/index_legacy.cpp | |
parent | ea923ba23ea90df88a7239d9e14967945a4cefdf (diff) | |
download | mongo-3769b3046df920d5e323a0c18475f5e0d4c891af.tar.gz |
SERVER-11178 remove catalog hack
Diffstat (limited to 'src/mongo/db/index_legacy.cpp')
-rw-r--r-- | src/mongo/db/index_legacy.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/index_legacy.cpp b/src/mongo/db/index_legacy.cpp index 5181617396a..37f9be430f8 100644 --- a/src/mongo/db/index_legacy.cpp +++ b/src/mongo/db/index_legacy.cpp @@ -32,7 +32,6 @@ #include "mongo/db/fts/fts_enabled.h" #include "mongo/db/fts/fts_spec.h" #include "mongo/db/index_names.h" -#include "mongo/db/index/catalog_hack.h" #include "mongo/db/index/hash_access_method.h" #include "mongo/db/jsobj.h" #include "mongo/db/namespace_details.h" |