summaryrefslogtreecommitdiffstats
path: root/client/red_client.cpp
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-01-25 12:28:26 +0200
committerAlon Levy <alevy@redhat.com>2011-01-25 17:29:31 +0200
commitd20c90c7ef00c36bd5737dcb27da21d43e2f7c9c (patch)
tree09c9dae86666b50ff3820e14f6fae2c42998d7be /client/red_client.cpp
parent9076e2e9574531443e945e49f9acb6ccaf5458f5 (diff)
downloadspice-d20c90c7ef00c36bd5737dcb27da21d43e2f7c9c.tar.gz
spice-d20c90c7ef00c36bd5737dcb27da21d43e2f7c9c.tar.xz
spice-d20c90c7ef00c36bd5737dcb27da21d43e2f7c9c.zip
client: gcc 4.6.0: two more unused variable fixes
Diffstat (limited to 'client/red_client.cpp')
-rw-r--r--client/red_client.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/red_client.cpp b/client/red_client.cpp
index c632a216..18105934 100644
--- a/client/red_client.cpp
+++ b/client/red_client.cpp
@@ -464,7 +464,6 @@ void RedClient::on_disconnect()
void RedClient::delete_channels()
{
Lock lock(_channels_lock);
- Channels::iterator iter = _channels.begin();
while (!_channels.empty()) {
RedChannel *channel = *_channels.begin();
_channels.pop_front();