mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 00:32:35 +01:00
monitor: additional cleanup pointed out by mr_flea
This commit is contained in:
parent
7485e86073
commit
d09bde15a1
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ struct rb_bh;
|
||||||
|
|
||||||
struct monitor
|
struct monitor
|
||||||
{
|
{
|
||||||
struct monitor *hnext;
|
|
||||||
char name[NICKLEN];
|
char name[NICKLEN];
|
||||||
rb_dlink_list users;
|
rb_dlink_list users;
|
||||||
rb_dlink_node node;
|
rb_dlink_node node;
|
||||||
|
|
Loading…
Reference in a new issue