aboutsummaryrefslogtreecommitdiffstats
path: root/lib/http_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/http_client.c')
-rw-r--r--lib/http_client.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/http_client.c b/lib/http_client.c
index 514daf80..98a99f7c 100644
--- a/lib/http_client.c
+++ b/lib/http_client.c
@@ -172,7 +172,6 @@ error:
static gboolean http_ssl_connected( gpointer data, int returncode, void *source, b_input_condition cond )
{
- //The returncode is not used at the moment.
struct http_request *req = data;
if( source == NULL )