From: Todd C. Miller Date: Tue, 2 Sep 2014 21:00:23 +0000 (-0600) Subject: Remove confusing comment. X-Git-Tag: SUDO_1_8_11^2~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f95ca8d4f00107c4f91e5569846d1eb1aaf2ff7a;p=sudo Remove confusing comment. --- diff --git a/lib/util/event.c b/lib/util/event.c index 7a17b5289..61744f87a 100644 --- a/lib/util/event.c +++ b/lib/util/event.c @@ -255,7 +255,7 @@ sudo_ev_del_v1(struct sudo_event_base *base, struct sudo_event *ev) if (ISSET(ev->flags, SUDO_EVQ_TIMEOUTS)) TAILQ_REMOVE(&base->timeouts, ev, timeouts_entries); - /* Unlink from active list and update base pointers as needed. */ + /* Unlink from active list. */ if (ISSET(ev->flags, SUDO_EVQ_ACTIVE)) TAILQ_REMOVE(&base->active, ev, active_entries);