summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_rebuilder.h
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2013-06-14 15:40:10 -0400
committerEliot Horowitz <eliot@10gen.com>2013-06-14 15:40:43 -0400
commitfcc103ba403fd35d96675f217c0e56d73eb14469 (patch)
tree27fd1fc361d3e915f4a32bdddc76aa47c6154abc /src/mongo/db/index_rebuilder.h
parentf9667a3f90c57086bc9d03f4350b76e2a02cd6b3 (diff)
downloadmongo-fcc103ba403fd35d96675f217c0e56d73eb14469.tar.gz
SERVER-6405: first step of cleaning NamespaceDetails
Diffstat (limited to 'src/mongo/db/index_rebuilder.h')
-rw-r--r--src/mongo/db/index_rebuilder.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mongo/db/index_rebuilder.h b/src/mongo/db/index_rebuilder.h
index 4abc2d133ee..2935630da01 100644
--- a/src/mongo/db/index_rebuilder.h
+++ b/src/mongo/db/index_rebuilder.h
@@ -43,9 +43,8 @@ namespace mongo {
* @param nsd the namespace details of the namespace building the index
* @param index the offset into nsd's index array of the partially-built index
*/
- void retryIndexBuild(const std::string& dbName,
- NamespaceDetails* nsd,
- const int index);
+ void retryIndexBuild(const std::string& dbName,
+ NamespaceDetails* nsd );
};
extern IndexRebuilder indexRebuilder;