1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-11 16:58:40 +03:00

dlist: remove outdated comment about type argument

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
(cherry picked from commit 025c59db066dc6d45beade963254b6be52e85f32)
This commit is contained in:
Michael Adam 2016-02-05 12:04:44 +01:00 committed by Karolin Seeger
parent f20e5b3063
commit 745e81ed44

View File

@ -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
*/