From: Michael Adam Date: Fri, 5 Feb 2016 11:05:06 +0000 (+0100) Subject: tevent: remove outdated comment about type argument in dlist X-Git-Tag: tevent-0.9.27~56 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=310da05710ed498b1657978286ca409ad8487161;p=thirdparty%2Fsamba.git tevent: remove outdated comment about type argument in dlist Signed-off-by: Michael Adam Reviewed-by: Jeremy Allison --- diff --git a/lib/tevent/tevent_util.h b/lib/tevent/tevent_util.h index b60f5b5279e..e2cdbb8d385 100644 --- a/lib/tevent/tevent_util.h +++ b/lib/tevent/tevent_util.h @@ -53,10 +53,6 @@ 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 */