From 025c59db066dc6d45beade963254b6be52e85f32 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 5 Feb 2016 12:04:44 +0100 Subject: [PATCH] dlist: remove outdated comment about type argument Signed-off-by: Michael Adam Reviewed-by: Jeremy Allison --- lib/util/dlinklist.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/util/dlinklist.h b/lib/util/dlinklist.h index 0d95ae43fb7..8a1b84d4429 100644 --- a/lib/util/dlinklist.h +++ b/lib/util/dlinklist.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 */ -- 2.47.3