Remove some unused variables.
This commit is contained in:
parent
3e0bb80ad1
commit
8b27cfefe8
1 changed files with 0 additions and 2 deletions
|
@ -542,8 +542,6 @@ sendto_channel_opmod(struct Client *one, struct Client *source_p,
|
||||||
struct Channel *chptr, const char *command,
|
struct Channel *chptr, const char *command,
|
||||||
const char *text)
|
const char *text)
|
||||||
{
|
{
|
||||||
static char buf[BUFSIZE];
|
|
||||||
va_list args;
|
|
||||||
buf_head_t rb_linebuf_local;
|
buf_head_t rb_linebuf_local;
|
||||||
buf_head_t rb_linebuf_old;
|
buf_head_t rb_linebuf_old;
|
||||||
buf_head_t rb_linebuf_new;
|
buf_head_t rb_linebuf_new;
|
||||||
|
|
Loading…
Reference in a new issue