summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2007-08-16 09:28:20 +0000
committerGordon Sim <gsim@apache.org>2007-08-16 09:28:20 +0000
commit45751b6d759be4969a3f267ecde126a09108b4ed (patch)
treee8e5351f3cecda76223e60b7d9253dabb3063832 /cpp/src
parent4de352e416e9d35d0a480b28c169aa5c4b618d95 (diff)
downloadqpid-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.cpp1
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();
}