X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/6ce8910d97424320108dc438325c044f0060ab27..987ef7eb1f6c6e6bfb79fc0e7759702ff372ac7a:/src/send.c 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;