summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/index_create.cpp
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2013-10-25 12:26:58 -0400
committerEliot Horowitz <eliot@10gen.com>2013-10-25 12:52:52 -0400
commitf95946f6908447dd1b27e5537f3a5ef5d1df723d (patch)
treebe5a1eecb85ed755fd6f79c8c252c2a18db94f77 /src/mongo/db/catalog/index_create.cpp
parent715e6a89e1db69d695588962dc5c9d35c699d1e8 (diff)
downloadmongo-f95946f6908447dd1b27e5537f3a5ef5d1df723d.tar.gz
SERVER-11178: remove unused variable from old index_update
Diffstat (limited to 'src/mongo/db/catalog/index_create.cpp')
-rw-r--r--src/mongo/db/catalog/index_create.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/catalog/index_create.cpp b/src/mongo/db/catalog/index_create.cpp
index 01f485b4e88..c08bf38948d 100644
--- a/src/mongo/db/catalog/index_create.cpp
+++ b/src/mongo/db/catalog/index_create.cpp
@@ -261,7 +261,5 @@ namespace mongo {
MONGO_TLOG(0) << "build index done. scanned " << n << " total records. " << t.millis() / 1000.0 << " secs" << endl;
}
- extern BSONObj id_obj; // { _id : 1 }
-
} // namespace mongo