summaryrefslogtreecommitdiff
path: root/db/index.cpp
diff options
context:
space:
mode:
authorDwight <dwight@10gen.com>2010-09-30 15:42:04 -0400
committerDwight <dwight@10gen.com>2010-09-30 15:42:04 -0400
commitb0162588055f0dd8e009ca98740ae297d3c65b32 (patch)
tree0fde892e4969918165c297465963d5ce555af516 /db/index.cpp
parentfc41a8a04de9e3fc04b0410933f0b270c1d0c705 (diff)
downloadmongo-b0162588055f0dd8e009ca98740ae297d3c65b32.tar.gz
remove unused code and files
Diffstat (limited to 'db/index.cpp')
-rw-r--r--db/index.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/index.cpp b/db/index.cpp
index 697ccca5f54..f9753d3718f 100644
--- a/db/index.cpp
+++ b/db/index.cpp
@@ -73,7 +73,7 @@ namespace mongo {
/* important to catch exception here so we can finish cleanup below. */
try {
- btreeStore->drop(ns.c_str());
+ dropNS(ns.c_str());
}
catch(DBException& ) {
log(2) << "IndexDetails::kill(): couldn't drop ns " << ns << endl;