From 30e85f43002ce56f076d1d7b17cac46d4d90a9c1 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 5 Feb 2016 12:05:26 +0100 Subject: [PATCH] ldb: remove outdated comment about type argument in dlist Signed-off-by: Michael Adam Reviewed-by: Jeremy Allison (cherry picked from commit d44f488317b431317963b42993cc56e2289a4d0d) --- lib/ldb/include/dlinklist.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/ldb/include/dlinklist.h b/lib/ldb/include/dlinklist.h index 1f5cbd06966..ef01aec9f1c 100644 --- a/lib/ldb/include/dlinklist.h +++ b/lib/ldb/include/dlinklist.h @@ -57,10 +57,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.11.4.GIT