]> jfr.im git - solanum.git/blobdiff - modules/core/m_join.c
remove unused variables
[solanum.git] / modules / core / m_join.c
index eb6056dae6c2f4850727d3b3043b8582c29584f1..ae75f86fb549c8d5bee1ecf091765e38992d0b3c 100644 (file)
@@ -144,7 +144,6 @@ static void
 m_join(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *source_p, int parc, const char *parv[])
 {
        static char jbuf[BUFSIZE];
-       static char parabuf[MODEBUFLEN];
        struct Channel *chptr = NULL, *chptr2 = NULL;
        struct ConfItem *aconf;
        char *name;