summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_legacy.h
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2014-04-01 15:03:35 -0400
committerEliot Horowitz <eliot@10gen.com>2014-04-03 13:31:49 -0400
commit825c3fb55d1dd5be42f64268968dcf2366467631 (patch)
treef57248daa6b2da74f214c1eaed125d35c6f352df /src/mongo/db/index_legacy.h
parent6a330b4d9300e2e0592e6a67687f227c8503b8b5 (diff)
downloadmongo-825c3fb55d1dd5be42f64268968dcf2366467631.tar.gz
SERVER-13084: const work for NamespaceDetails to make it clear where more work to do
Diffstat (limited to 'src/mongo/db/index_legacy.h')
-rw-r--r--src/mongo/db/index_legacy.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mongo/db/index_legacy.h b/src/mongo/db/index_legacy.h
index 942c53f6487..b0ae9f87033 100644
--- a/src/mongo/db/index_legacy.h
+++ b/src/mongo/db/index_legacy.h
@@ -68,13 +68,6 @@ namespace mongo {
*/
static BSONObj getMissingField(Collection* collection, const BSONObj& infoObj);
- /**
- * Perform any post-build steps for this index.
- *
- * This is a no-op unless the index is a FTS index. In that case, we set the flag for using
- * power of 2 sizes for space allocation.
- */
- static void postBuildHook(Collection* collection, const BSONObj& keyPattern );
};
} // namespace mongo