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
This commit is contained in:
Tim Cava
2014-03-02 19:59:13 +00:00
parent e7da953fc1
commit 8d5882a9ef

View File

@@ -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;