mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-29 13:28:10 +00:00
Remove confusing comment.
This commit is contained in:
parent
4fa58d6974
commit
f95ca8d4f0
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user