summaryrefslogtreecommitdiff
path: root/qpid/cpp
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2013-08-22 19:31:22 +0000
committerAndrew Stitcher <astitcher@apache.org>2013-08-22 19:31:22 +0000
commit3ac9c1988ce3894358810a8f12748dabdfce9070 (patch)
tree083e56ea4d640043ce67923eff194ce803053ef2 /qpid/cpp
parent8554cddcc01e5e05461b8637a685c5ff6236e680 (diff)
downloadqpid-python-3ac9c1988ce3894358810a8f12748dabdfce9070.tar.gz
QPID-5079: Remove unused and unecessary member of MessagingException class
- Potentially an ABI change but noone can really have used this for anything. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1516551 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
-rw-r--r--qpid/cpp/include/qpid/messaging/exceptions.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/qpid/cpp/include/qpid/messaging/exceptions.h b/qpid/cpp/include/qpid/messaging/exceptions.h
index 31e2488d91..a9fa8e2506 100644
--- a/qpid/cpp/include/qpid/messaging/exceptions.h
+++ b/qpid/cpp/include/qpid/messaging/exceptions.h
@@ -40,9 +40,6 @@ struct QPID_MESSAGING_CLASS_EXTERN MessagingException : public qpid::types::Exce
{
QPID_MESSAGING_EXTERN MessagingException(const std::string& msg);
QPID_MESSAGING_EXTERN virtual ~MessagingException() throw();
-
- qpid::types::Variant::Map detail;
- //TODO: override what() to include detail if present
};
/**