Remove some unused variables.

This commit is contained in:
Jilles Tjoelker 2009-04-08 21:30:34 +02:00
parent 1773e9cbab
commit 0c73c94217
1 changed files with 0 additions and 2 deletions

View File

@ -542,8 +542,6 @@ sendto_channel_opmod(struct Client *one, struct Client *source_p,
struct Channel *chptr, const char *command,
const char *text)
{
static char buf[BUFSIZE];
va_list args;
buf_head_t rb_linebuf_local;
buf_head_t rb_linebuf_old;
buf_head_t rb_linebuf_new;