]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix comment
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 28 Nov 2016 20:01:44 +0000 (15:01 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 28 Nov 2016 20:05:05 +0000 (15:05 -0500)
src/lib/event.c

index 703e25cbcab561989e22b5066994eb97c4342090..d14b84b10a185fe1f8435f823af2530bcb5401c2 100644 (file)
@@ -318,10 +318,6 @@ int fr_event_fd_insert(fr_event_list_t *el, int fd,
 
        /*
         *      Get the existing fr_event_fd_t if it exists.
-        *
-        *      We don't need to do anything special for kqueue if
-        *      there are new callbacks, as the old filters get
-        *      replaced with the new ones automatically.
         */
        find.fd = fd;
        ef = rbtree_finddata(el->fds, &find);