diff options
Diffstat (limited to 'src/mongo/db/clientcursor.h')
-rw-r--r-- | src/mongo/db/clientcursor.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/mongo/db/clientcursor.h b/src/mongo/db/clientcursor.h index 30a699e8011..6e8fb2e1219 100644 --- a/src/mongo/db/clientcursor.h +++ b/src/mongo/db/clientcursor.h @@ -225,11 +225,6 @@ namespace mongo { ClientCursor* _cursor; }; - /** thread for timing out old cursors */ - class ClientCursorMonitor : public BackgroundJob { - public: - std::string name() const { return "ClientCursorMonitor"; } - void run(); - }; + void startClientCursorMonitor(); } // namespace mongo |