Remove a variable that is set but unused.
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@487 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
@@ -656,7 +656,6 @@ static int r_list(char *from, char *args)
|
||||
char bytes_out[30];
|
||||
char bytes_in[30];
|
||||
char speed_out[30];
|
||||
char *type_msg;
|
||||
int once = 0;
|
||||
|
||||
sprintf(mrate_out, "%1.3g", dcc_max_rate_out);
|
||||
@@ -665,8 +664,6 @@ static int r_list(char *from, char *args)
|
||||
sprintf(bytes_in, "%1.3g", dcc_bytes_in);
|
||||
sprintf(speed_out, "%1.3g", cdcc_minspeed);
|
||||
|
||||
type_msg = (do_notice_list)? "NOTICE":"PRIVMSG";
|
||||
|
||||
for (ptr = offerlist; ptr; ptr = ptr->next)
|
||||
{
|
||||
if (!once && do_hook(CDCC_PREPACK_LIST, "%s %s %s %d %d %d %d %d %s %s %s %s %lu %s",
|
||||
|
||||
Reference in New Issue
Block a user