X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/87b20cbb75c8994453ad921692a1e7afffd637ad..e23126c83b87bd59ab4a9f89bdd0d1aa76e96129:/ircd/parse.c diff --git a/ircd/parse.c b/ircd/parse.c index 9760e6e7..fd490367 100644 --- a/ircd/parse.c +++ b/ircd/parse.c @@ -45,9 +45,6 @@ struct Dictionary *cmd_dict = NULL; struct Dictionary *alias_dict = NULL; -/* parv[0] is not used, and parv[LAST] == NULL */ -static char *para[MAXPARA + 2]; - static void cancel_clients(struct Client *, struct Client *); static void remove_unknown(struct Client *, const char *, char *); @@ -82,7 +79,7 @@ parse(struct Client *client_p, char *pbuffer, char *bufend) { struct Client *from = client_p; char *end; - int i = 1, res; + int res; int numeric = 0; struct Message *mptr; struct MsgBuf msgbuf;