0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-11 11:09:12 +02:00

Remove unused declaration.

This commit is contained in:
Jilles Tjoelker 2009-03-03 22:26:45 +01:00
parent 94734aacc6
commit b9620c24ef

View file

@ -109,8 +109,6 @@ struct Message modrestart_msgtab = {
{mg_unreg, mg_not_oper, mg_ignore, mg_ignore, mg_ignore, {mo_modrestart, 0}} {mg_unreg, mg_not_oper, mg_ignore, mg_ignore, mg_ignore, {mo_modrestart, 0}}
}; };
extern struct Message error_msgtab;
void void
modules_init(void) modules_init(void)
{ {