diff options
Diffstat (limited to 'src/mongo/client/dbclient_cursor.h')
| -rw-r--r-- | src/mongo/client/dbclient_cursor.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/client/dbclient_cursor.h b/src/mongo/client/dbclient_cursor.h index c7a070f4f31..ad8eba20d77 100644 --- a/src/mongo/client/dbclient_cursor.h +++ b/src/mongo/client/dbclient_cursor.h @@ -176,10 +176,6 @@ public: return tailable() && (_opts & QueryOption_AwaitData); } - bool isExhaust() const { - return (_opts & QueryOption_Exhaust) != 0; - } - /** * Changes the cursor's batchSize after construction. Can change after requesting first batch. */ |
