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:
Tim Cava
2014-02-28 23:47:14 +00:00
parent c45a43c8e2
commit 7791aec8d6

View File

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