Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'list_compat.h')
-rw-r--r--list_compat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/list_compat.h b/list_compat.h
index bfa12c1..3dd1fd6 100644
--- a/list_compat.h
+++ b/list_compat.h
@@ -17,7 +17,6 @@
#ifndef __LIST_COMPAT_H
#define __LIST_COMPAT_H
-#define list_init_head(_list) INIT_LIST_HEAD(_list)
#define list_add_head(_head, _list) list_add(_list, _head)
#define list_add_after(_after, _list) list_add(_list, _after)
#define list_add_before(_before, _list) list_add_tail(_list, _before)