dlist: remove outdated comment about type argument
authorMichael Adam <obnox@samba.org>
Fri, 5 Feb 2016 11:04:44 +0000 (12:04 +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/util/dlinklist.h

index 0d95ae43fb796fa0eebbe8c5691fbdfe3c94fd3f..8a1b84d44291f26d53340b86a342bc8d92414730 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
  */