Zbigniew Jędrzejewski-Szmek
64903d18df
basic/list: drop LIST_IS_EMPTY
...
This was a trivial wrapper that didn't provide any added value. With more
complicated structures like strvs, hashmaps, sets, and arrays, it is possible
to have an empty container. But in case of a list, the list is empty only when
the head is missing.
Also, we generally want the positive condition, so we replace many
if (!LIST_IS_EMPTY(x)) with just if (x).
2022-07-02 12:46:16 +02:00
..
2021-10-01 14:45:00 +02:00
2021-10-01 14:45:00 +02:00
2021-10-01 14:45:00 +02:00
2021-10-01 14:45:00 +02:00
2021-10-01 14:45:00 +02:00
2021-10-01 14:45:00 +02:00
2021-10-01 14:45:00 +02:00
2021-10-01 14:45:00 +02:00
2021-10-01 14:45:00 +02:00
2021-10-01 14:45:00 +02:00
2021-10-01 14:45:00 +02:00
2021-10-01 14:45:00 +02:00
2021-10-01 14:45:00 +02:00
2021-10-01 14:45:00 +02:00
2021-10-01 14:45:00 +02:00
2021-10-01 14:45:00 +02:00
2021-10-01 14:45:00 +02:00
2021-10-01 14:45:00 +02:00
2021-10-01 14:45:00 +02:00
2021-10-01 14:45:00 +02:00
2021-10-01 14:45:00 +02:00
2022-05-30 18:17:11 +02:00
2021-10-01 14:45:00 +02:00
2021-10-01 14:45:00 +02:00
2021-10-01 14:45:00 +02:00
2022-07-02 12:46:16 +02:00
2021-10-01 14:45:00 +02:00
2022-02-16 17:26:26 +01:00
2021-10-01 14:45:00 +02:00
2021-10-01 14:45:00 +02:00
2021-10-01 14:45:00 +02:00
2021-10-01 14:45:00 +02:00
2021-10-01 14:45:00 +02:00
2021-10-01 14:45:00 +02:00
2021-10-01 14:45:00 +02:00
2021-10-01 14:45:00 +02:00
2021-12-12 21:13:50 +01:00
2021-10-01 14:45:00 +02:00
2021-10-01 14:45:00 +02:00
2021-10-01 14:45:00 +02:00
2021-10-01 14:45:00 +02:00
2021-10-01 14:45:00 +02:00
2021-10-01 14:45:00 +02:00
2021-10-14 15:57:52 +02:00
2021-10-01 14:45:00 +02:00
2021-10-01 14:45:00 +02:00
2021-10-01 14:45:00 +02:00
2021-10-01 14:45:00 +02:00
2021-10-01 14:45:00 +02:00
2021-10-01 14:45:00 +02:00
2021-10-01 14:45:00 +02:00
2021-10-01 14:45:00 +02:00
2022-02-22 22:47:12 +01:00
2021-10-01 14:45:00 +02:00
2021-10-01 14:45:00 +02:00
2021-10-01 14:45:00 +02:00