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:
parent
e9ffc3c153
commit
e8f1c19e7b
3 changed files with 20 additions and 35 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue