]> granicus.if.org Git - sudo/commitdiff
Remove confusing comment.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 2 Sep 2014 21:00:23 +0000 (15:00 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 2 Sep 2014 21:00:23 +0000 (15:00 -0600)
lib/util/event.c

index 7a17b52894f9372702e8eded778a6f6648a252d5..61744f87a26ae1da426915c9f9a5084c178d6d81 100644 (file)
@@ -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);