diff options
Diffstat (limited to 'cpp/src/qpid/client/Execution.h')
| -rw-r--r-- | cpp/src/qpid/client/Execution.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/src/qpid/client/Execution.h b/cpp/src/qpid/client/Execution.h index e4b2db23e1..b8c8a4292d 100644 --- a/cpp/src/qpid/client/Execution.h +++ b/cpp/src/qpid/client/Execution.h @@ -36,10 +36,6 @@ class Execution public: virtual ~Execution() {} /** - * Mark the incoming command with the specified id as completed - */ - virtual void markCompleted(const framing::SequenceNumber& id, bool cumulative, bool notifyPeer) = 0; - /** * Provides access to the demultiplexing function within the * session implementation */ |
