diff options
author | Hari Khalsa <hkhalsa@10gen.com> | 2014-06-05 14:26:08 -0400 |
---|---|---|
committer | Hari Khalsa <hkhalsa@10gen.com> | 2014-06-06 13:31:47 -0400 |
commit | a71c42dabfce208709ef63a1c90aefcea15198e6 (patch) | |
tree | 6e7b84ea4c6c59329ab91df6c8ccfa35eba2bfdc /src/mongo/db/clientcursor.cpp | |
parent | 43d2ae25b1872273cb227ada251315cbaf817534 (diff) | |
download | mongo-a71c42dabfce208709ef63a1c90aefcea15198e6.tar.gz |
SERVER-14069 all killCurrentOp goes through a nice iface
Diffstat (limited to 'src/mongo/db/clientcursor.cpp')
-rw-r--r-- | src/mongo/db/clientcursor.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/clientcursor.cpp b/src/mongo/db/clientcursor.cpp index 3bac1b29535..428d7f7b2d2 100644 --- a/src/mongo/db/clientcursor.cpp +++ b/src/mongo/db/clientcursor.cpp @@ -44,7 +44,6 @@ #include "mongo/db/commands/server_status_metric.h" #include "mongo/db/db.h" #include "mongo/db/jsobj.h" -#include "mongo/db/kill_current_op.h" #include "mongo/db/operation_context_impl.h" #include "mongo/db/repl/rs.h" #include "mongo/db/repl/write_concern.h" |