# HG changeset patch # User Mike Becker # Date 1756235657 -7200 # Node ID b1696d0d598b8ab82cc60bcfd647c95c040cfc6e # Parent a1da355ed3b8fabe0c4c897aff4ab4a75da73bc5 remove overlooked unnecessary attribute diff -r a1da355ed3b8 -r b1696d0d598b src/cx/list.h --- a/src/cx/list.h Mon Aug 25 21:47:45 2025 +0200 +++ b/src/cx/list.h Tue Aug 26 21:14:17 2025 +0200 @@ -183,7 +183,6 @@ * to another list of the same type. * If set to @c NULL, comparison won't be optimized. */ - cx_attr_nonnull int (*compare)( const struct cx_list_s *list, const struct cx_list_s *other