From 0c73c94217d8cdc32073d54c4121db7853b68223 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Wed, 8 Apr 2009 21:30:34 +0200 Subject: [PATCH] Remove some unused variables. --- src/send.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/send.c b/src/send.c index 84b7fb7..4c04daf 100644 --- a/src/send.c +++ b/src/send.c @@ -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;