diff options
author | Gordon Sim <gsim@apache.org> | 2007-08-16 09:28:20 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2007-08-16 09:28:20 +0000 |
commit | b831b06ee501d65b32825b33c4830d3a3dd0423c (patch) | |
tree | ef715c82ac4f9fd90cd5915e5939d54dd65801f6 | |
parent | f2cdb92da2b21155893cc0c8dcf07131a80eca61 (diff) | |
download | qpid-python-b831b06ee501d65b32825b33c4830d3a3dd0423c.tar.gz |
Minor cleanup.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@566601 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | qpid/cpp/src/qpid/client/ClientChannel.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/client/ClientChannel.cpp b/qpid/cpp/src/qpid/client/ClientChannel.cpp index b36fc82b21..8ffddd0dbf 100644 --- a/qpid/cpp/src/qpid/client/ClientChannel.cpp +++ b/qpid/cpp/src/qpid/client/ClientChannel.cpp @@ -216,7 +216,6 @@ void Channel::start(){ } void Channel::stop() { - //session->stop(); gets.close(); join(); } |