summaryrefslogtreecommitdiff
path: root/src/mongo/db/curop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/curop.h')
-rw-r--r--src/mongo/db/curop.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/db/curop.h b/src/mongo/db/curop.h
index 06fe40452e3..634a897c16e 100644
--- a/src/mongo/db/curop.h
+++ b/src/mongo/db/curop.h
@@ -48,7 +48,6 @@ namespace mongo {
class Client;
class Command;
class CurOp;
- class OperationContext;
/**
* stores a copy of a bson obj in a fixed size buffer
@@ -197,8 +196,6 @@ namespace mongo {
public:
static CurOp* get(const Client* client);
static CurOp* get(const Client& client);
- static CurOp* get(const OperationContext* opCtx);
- static CurOp* get(const OperationContext& opCtx);
explicit CurOp(Client* client);
~CurOp();