tevent: remove outdated comment about type argument in dlist
authorMichael Adam <obnox@samba.org>
Fri, 5 Feb 2016 11:05:06 +0000 (12:05 +0100)
committerJeremy Allison <jra@samba.org>
Sat, 6 Feb 2016 20:48:18 +0000 (21:48 +0100)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/tevent/tevent_util.h

index b60f5b5279e5157d8a05259e16421cd47209cfb1..e2cdbb8d38533fb5b172e3b880b1639a475cadf8 100644 (file)
   This allows us to find the tail of the list by using
   list_head->prev, which means we can add to the end of the list in
   O(1) time
-
-
-  Note that the 'type' arguments below are no longer needed, but
-  are kept for now to prevent an incompatible argument change
  */