changeset 28737:0aa6080a6379

Remove unused variable
author Mark Doliner <mark@kingant.net>
date Wed, 02 Dec 2009 22:14:13 +0000
parents a07478d5719d
children 9750ec16f325 981374c7308b
files libpurple/proxy.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/proxy.c	Wed Dec 02 19:38:07 2009 +0000
+++ b/libpurple/proxy.c	Wed Dec 02 22:14:13 2009 +0000
@@ -1088,7 +1088,6 @@
 static void
 http_start_connect_tunneling(PurpleProxyConnectData *connect_data) {
 	GString *request;
-	int ret;
 
 	purple_debug_info("proxy", "Using CONNECT tunneling for %s:%d\n",
 		connect_data->host, connect_data->port);