summaryrefslogtreecommitdiff
path: root/src/mongo/db/clientcursor.h
diff options
context:
space:
mode:
authorHari Khalsa <hkhalsa@10gen.com>2014-05-12 17:05:11 -0400
committerHari Khalsa <hkhalsa@10gen.com>2014-05-13 16:07:58 -0400
commitb3e8e45ea6f346f804161e1fe4043ba3e5850ba8 (patch)
tree4179ad2d0fbb673fc5d72b7a5e84c97c34fe053f /src/mongo/db/clientcursor.h
parenta6a0c243b6cd6a5d45c876ab100a21073c070a00 (diff)
downloadmongo-b3e8e45ea6f346f804161e1fe4043ba3e5850ba8.tar.gz
SERVER-13922 remove query yielding and some dbtemprelease
Diffstat (limited to 'src/mongo/db/clientcursor.h')
-rw-r--r--src/mongo/db/clientcursor.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mongo/db/clientcursor.h b/src/mongo/db/clientcursor.h
index b184f524af7..f78cc34c9df 100644
--- a/src/mongo/db/clientcursor.h
+++ b/src/mongo/db/clientcursor.h
@@ -82,13 +82,6 @@ namespace mongo {
void kill();
//
- // Yielding.
- //
-
- static void staticYield(int micros, const StringData& ns);
- static int suggestYieldMicros();
-
- //
// Timing and timeouts
//