commit | 3c2f84cedaeb2fe9575dd3f6edddf0d875b3b97c | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Mon Jul 08 00:38:07 2024 +0900 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Sat Jul 20 13:34:18 2024 +0900 |
tree | 62a3b7acf03bd38d48a1d842b1928298f9bfc227 | |
parent | 94a4b0a4cb4340273a2d67be893f9032fe7b7e26 [diff] |
kconfig: remove 'e1' and 'e2' macros from expression deduplication I do not think the macros 'e1' and 'e2' are readable. The statement: e1 = expr_alloc_symbol(...); affects the caller's variable, but this is not sufficiently clear from the code. Remove the macros. No functional change intended. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>