0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-05 15:18:52 +02:00

monitor: additional cleanup pointed out by mr_flea

This commit is contained in:
William Pitcock 2015-10-11 19:32:31 -05:00
parent 7485e86073
commit d09bde15a1

View file

@ -14,7 +14,6 @@ struct rb_bh;
struct monitor
{
struct monitor *hnext;
char name[NICKLEN];
rb_dlink_list users;
rb_dlink_node node;