summaryrefslogtreecommitdiff
path: root/src/mongo/db/clientcursor.h
diff options
context:
space:
mode:
authorHari Khalsa <hkhalsa@10gen.com>2013-06-25 11:33:00 -0400
committerHari Khalsa <hkhalsa@10gen.com>2013-07-02 12:22:24 -0400
commita6766a1b1d9cdbcdad70ed1115e129bb0bb17366 (patch)
tree771e3525da03c5379867bd9d729997b40e8a0ba0 /src/mongo/db/clientcursor.h
parenta9226d98c4eb17a3dd1f34805335424d90aaf85a (diff)
downloadmongo-a6766a1b1d9cdbcdad70ed1115e129bb0bb17366.tar.gz
SERVER-8791 SERVER-9212 keep btree bucket deletion inside of btree class
Diffstat (limited to 'src/mongo/db/clientcursor.h')
-rw-r--r--src/mongo/db/clientcursor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/clientcursor.h b/src/mongo/db/clientcursor.h
index 3d33f690f31..e77d544371a 100644
--- a/src/mongo/db/clientcursor.h
+++ b/src/mongo/db/clientcursor.h
@@ -371,7 +371,6 @@ namespace mongo {
static void appendStats( BSONObjBuilder& result );
static unsigned numCursors() { return clientCursorsById.size(); }
- static void informAboutToDeleteBucket(const DiskLoc& b);
static void aboutToDelete( const StringData& ns,
const NamespaceDetails* nsd,
const DiskLoc& dl );