diff options
author | Hari Khalsa <hkhalsa@10gen.com> | 2014-04-29 17:20:15 -0400 |
---|---|---|
committer | Hari Khalsa <hkhalsa@10gen.com> | 2014-04-29 18:27:53 -0400 |
commit | 712e4f8063a0e329fd6d69d80d992e2214f97d6e (patch) | |
tree | 9700c99bf57a1a799d7003c92c7c873018b9f869 /src/mongo/db/clientcursor.h | |
parent | d1f3f35e11230d1ee2bf2b81b637427036d72a0a (diff) | |
download | mongo-712e4f8063a0e329fd6d69d80d992e2214f97d6e.tar.gz |
SERVER-13783 remove likelyInMemory and PageFaultException
Diffstat (limited to 'src/mongo/db/clientcursor.h')
-rw-r--r-- | src/mongo/db/clientcursor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/clientcursor.h b/src/mongo/db/clientcursor.h index bbd1e73af9e..b184f524af7 100644 --- a/src/mongo/db/clientcursor.h +++ b/src/mongo/db/clientcursor.h @@ -85,7 +85,7 @@ namespace mongo { // Yielding. // - static void staticYield(int micros, const StringData& ns, const Record* rec); + static void staticYield(int micros, const StringData& ns); static int suggestYieldMicros(); // |