diff options
Diffstat (limited to 'src/basic/list.h')
-rw-r--r-- | src/basic/list.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/basic/list.h b/src/basic/list.h index 58e83a6cb2..ca30039690 100644 --- a/src/basic/list.h +++ b/src/basic/list.h @@ -170,9 +170,6 @@ i != (p); \ i = i->name##_next ? i->name##_next : (head)) -#define LIST_IS_EMPTY(head) \ - (!(head)) - /* Join two lists tail to head: a->b, c->d to a->b->c->d and de-initialise second list */ #define LIST_JOIN(name,a,b) \ do { \ |