parse: get rid of report_messages

It is a function with a single usage, that is used only for one specific
stats command on one line.
This commit is contained in:
Elizabeth Myers 2016-03-05 00:55:33 -06:00
parent e9ffc3c153
commit e8f1c19e7b
3 changed files with 20 additions and 35 deletions

View file

@ -39,7 +39,6 @@ extern void handle_encap(struct MsgBuf *, struct Client *, struct Client *,
extern void clear_hash_parse(void);
extern void mod_add_cmd(struct Message *msg);
extern void mod_del_cmd(struct Message *msg);
extern void report_messages(struct Client *);
extern char *reconstruct_parv(int parc, const char *parv[]);
extern struct Dictionary *alias_dict;