From 8d5882a9ef7a6d7deb5881a4525ae38b223dff97 Mon Sep 17 00:00:00 2001 From: Tim Cava Date: Sun, 2 Mar 2014 19:59:13 +0000 Subject: [PATCH] Remove a variable that is set but unused. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@492 13b04d17-f746-0410-82c6-800466cd88b0 --- source/dcc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/dcc.c b/source/dcc.c index 430d84a..f390cfd 100644 --- a/source/dcc.c +++ b/source/dcc.c @@ -3810,7 +3810,6 @@ int i = 0; void open_ftpget(SocketList *s, char *args) { -SocketList *sock; DCC_int *new; struct sockaddr_in data_addr = { 0 }; socklen_t len = sizeof(struct sockaddr_in); @@ -3863,7 +3862,6 @@ char *filename = NULL; filename = args; add_socketread(s1, 0, DCC_FTPGET|DCC_ACTIVE, s->server, read_ftp_file, NULL); - sock = get_socket(s1); new = new_malloc(sizeof(DCC_int)); { char *t, *expand;