summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/index_catalog.h
diff options
context:
space:
mode:
authorHari Khalsa <hkhalsa@10gen.com>2014-01-17 13:18:01 -0500
committerHari Khalsa <hkhalsa@10gen.com>2014-01-17 14:36:27 -0500
commit93b398f8808358846cab939e6c93d3b1d96a2230 (patch)
tree8ae921caae437532da73cd3021ba0d14633828a5 /src/mongo/db/catalog/index_catalog.h
parent88b256c5edcc13634338d51388dc42c355d1fc31 (diff)
downloadmongo-93b398f8808358846cab939e6c93d3b1d96a2230.tar.gz
SERVER-12213 all indices are btree based indices
Diffstat (limited to 'src/mongo/db/catalog/index_catalog.h')
-rw-r--r--src/mongo/db/catalog/index_catalog.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/db/catalog/index_catalog.h b/src/mongo/db/catalog/index_catalog.h
index 83945f99b86..9056b9af975 100644
--- a/src/mongo/db/catalog/index_catalog.h
+++ b/src/mongo/db/catalog/index_catalog.h
@@ -101,10 +101,6 @@ namespace mongo {
// never returns NULL
IndexAccessMethod* getIndex( const IndexDescriptor* desc );
- BtreeBasedAccessMethod* getBtreeBasedIndex( const IndexDescriptor* desc );
-
- IndexAccessMethod* getBtreeIndex( const IndexDescriptor* desc );
-
class IndexIterator {
public:
bool more();