mirror of
https://github.com/vale981/libblobpack
synced 2025-03-04 17:31:42 -05:00
list_compat.h: remove list_add_after()
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
This commit is contained in:
parent
818b249a95
commit
4f53eb0289
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@
|
|||
#ifndef __LIST_COMPAT_H
|
||||
#define __LIST_COMPAT_H
|
||||
|
||||
#define list_add_after(_after, _list) list_add(_list, _after)
|
||||
#define list_add_before(_before, _list) list_add_tail(_list, _before)
|
||||
#define list_remove(_list) list_del(_list)
|
||||
#define list_is_empty(_list) list_empty(_list)
|
||||
|
|
Loading…
Add table
Reference in a new issue