Remove a variable that is set but unused.
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@486 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
@@ -400,12 +400,9 @@ static int do_local_send(char *command, char *args, char *rest)
|
|||||||
pack *ptr = NULL;
|
pack *ptr = NULL;
|
||||||
char *temp = NULL, *file = NULL, *dccinfo = NULL, *q = NULL, *p;
|
char *temp = NULL, *file = NULL, *dccinfo = NULL, *q = NULL, *p;
|
||||||
int maxdcc, maxqueue;
|
int maxdcc, maxqueue;
|
||||||
int tdcc = 0;
|
|
||||||
int queued_files = 0;
|
int queued_files = 0;
|
||||||
int count = 0;
|
int count = 0;
|
||||||
|
|
||||||
if (*command == 'T')
|
|
||||||
tdcc = 1;
|
|
||||||
if (!args || !*args)
|
if (!args || !*args)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user