mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 06:24:43 +01:00
kconfig: remove expr_list_for_each_sym() macro
All users of this macro have been converted. Remove it. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
This commit is contained in:
parent
6e6d0e917a
commit
8926bc901d
1 changed files with 0 additions and 3 deletions
|
|
@ -43,9 +43,6 @@ struct expr {
|
|||
#define EXPR_AND(dep1, dep2) (((dep1)<(dep2))?(dep1):(dep2))
|
||||
#define EXPR_NOT(dep) (2-(dep))
|
||||
|
||||
#define expr_list_for_each_sym(l, e, s) \
|
||||
for (e = (l); e && (s = e->right.sym); e = e->left.expr)
|
||||
|
||||
struct expr_value {
|
||||
struct expr *expr;
|
||||
tristate tri;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue