]> jfr.im git - irc/freenode/ircd-seven.git/commitdiff
monitor: additional cleanup pointed out by mr_flea
authorWilliam Pitcock <redacted>
Mon, 12 Oct 2015 00:32:31 +0000 (19:32 -0500)
committerEd Kellett <redacted>
Wed, 28 Dec 2016 20:56:17 +0000 (20:56 +0000)
include/monitor.h

index 0d2204b65437f0174fd18b6a2a317df00fc76f26..2b638c6cdeb37e11116a330e159c7185e938b304 100644 (file)
@@ -14,7 +14,6 @@ struct rb_bh;
 
 struct monitor
 {
-       struct monitor *hnext;
        char name[NICKLEN];
        rb_dlink_list users;
        rb_dlink_node node;