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:
@@ -3810,7 +3810,6 @@ int i = 0;
|
|||||||
|
|
||||||
void open_ftpget(SocketList *s, char *args)
|
void open_ftpget(SocketList *s, char *args)
|
||||||
{
|
{
|
||||||
SocketList *sock;
|
|
||||||
DCC_int *new;
|
DCC_int *new;
|
||||||
struct sockaddr_in data_addr = { 0 };
|
struct sockaddr_in data_addr = { 0 };
|
||||||
socklen_t len = sizeof(struct sockaddr_in);
|
socklen_t len = sizeof(struct sockaddr_in);
|
||||||
@@ -3863,7 +3862,6 @@ char *filename = NULL;
|
|||||||
filename = args;
|
filename = args;
|
||||||
|
|
||||||
add_socketread(s1, 0, DCC_FTPGET|DCC_ACTIVE, s->server, read_ftp_file, NULL);
|
add_socketread(s1, 0, DCC_FTPGET|DCC_ACTIVE, s->server, read_ftp_file, NULL);
|
||||||
sock = get_socket(s1);
|
|
||||||
new = new_malloc(sizeof(DCC_int));
|
new = new_malloc(sizeof(DCC_int));
|
||||||
{
|
{
|
||||||
char *t, *expand;
|
char *t, *expand;
|
||||||
|
|||||||
Reference in New Issue
Block a user