summaryrefslogtreecommitdiff
path: root/lib/ldb
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2016-02-05 12:05:26 +0100
committerJeremy Allison <jra@samba.org>2016-02-06 21:48:18 +0100
commitd44f488317b431317963b42993cc56e2289a4d0d (patch)
tree8f51e8b7cb3a766e5d631e43af49d6335597e871 /lib/ldb
parent310da05710ed498b1657978286ca409ad8487161 (diff)
downloadsamba-d44f488317b431317963b42993cc56e2289a4d0d.tar.gz
ldb: remove outdated comment about type argument in dlist
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/ldb')
-rw-r--r--lib/ldb/include/dlinklist.h4
1 files changed, 0 insertions, 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
*/