summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_update.h
diff options
context:
space:
mode:
authorKristina <kristina@10gen.com>2012-12-13 14:36:27 -0500
committerKristina <kristina@10gen.com>2012-12-13 14:36:27 -0500
commit2812b757dd25de5ca22c3c84135f3c654ffcb928 (patch)
treea07fa759e9fcb8f01ae6f72bbed6ad170b5a9883 /src/mongo/db/index_update.h
parent5271c025f4dcb16801ab56b3ae4a017858687aa7 (diff)
downloadmongo-2812b757dd25de5ca22c3c84135f3c654ffcb928.tar.gz
SERVER-2771 Multiple index builds
Diffstat (limited to 'src/mongo/db/index_update.h')
-rw-r--r--src/mongo/db/index_update.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/index_update.h b/src/mongo/db/index_update.h
index cc70687b6cb..ad71d293ce0 100644
--- a/src/mongo/db/index_update.h
+++ b/src/mongo/db/index_update.h
@@ -34,7 +34,6 @@ namespace mongo {
void buildAnIndex(const std::string& ns,
NamespaceDetails *d,
IndexDetails& idx,
- int32_t idxNo,
bool background,
bool mayInterrupt);