Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

kconfig: remove unused expr_is_no()

This has not been used since commit e911503085ae ("Kconfig: Remove
bad inference rules expr_eliminate_dups2()").

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>

-5
-5
scripts/kconfig/expr.h
··· 302 302 return !e || (e->type == E_SYMBOL && e->left.sym == &symbol_yes); 303 303 } 304 304 305 - static inline int expr_is_no(struct expr *e) 306 - { 307 - return e && (e->type == E_SYMBOL && e->left.sym == &symbol_no); 308 - } 309 - 310 305 #ifdef __cplusplus 311 306 } 312 307 #endif