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 | 45751b6d759be4969a3f267ecde126a09108b4ed (patch) | |
tree | e8e5351f3cecda76223e60b7d9253dabb3063832 /cpp/src | |
parent | 4de352e416e9d35d0a480b28c169aa5c4b618d95 (diff) | |
download | qpid-python-45751b6d759be4969a3f267ecde126a09108b4ed.tar.gz |
Minor cleanup.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@566601 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/qpid/client/ClientChannel.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/qpid/client/ClientChannel.cpp b/cpp/src/qpid/client/ClientChannel.cpp index b36fc82b21..8ffddd0dbf 100644 --- a/cpp/src/qpid/client/ClientChannel.cpp +++ b/cpp/src/qpid/client/ClientChannel.cpp @@ -216,7 +216,6 @@ void Channel::start(){ } void Channel::stop() { - //session->stop(); gets.close(); join(); } |