summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/framing/MethodContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/framing/MethodContext.h')
-rw-r--r--cpp/src/qpid/framing/MethodContext.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/src/qpid/framing/MethodContext.h b/cpp/src/qpid/framing/MethodContext.h
index 80e4c55d7e..102dc279d4 100644
--- a/cpp/src/qpid/framing/MethodContext.h
+++ b/cpp/src/qpid/framing/MethodContext.h
@@ -59,12 +59,6 @@ struct MethodContext
* It's also provides the request ID when constructing a response.
*/
BodyPtr methodBody;
-
- /**
- * Return methodBody's request ID.
- * It is an error to call this if methodBody is not a request.
- */
- RequestId getRequestId() const;
};