[RESEND PATCH v2 1/2] kconfig: completely remove expr_eliminate_dups2() and related code

2014-06-10 Thread Martin Walch
From: Martin Walch remove expr_eliminate_dups2(), expr_extract_eq_and(), expr_extract_eq_or(), and expr_extract_eq() from scripts/kconfig/expr.[ch] As the comments in the code state, expr_eliminate_dups2 applies these two transformations: (FOO || BAR) && (!FOO && !BAR) -> n (FOO && BAR) || (!FOO

[PATCH v2 1/2] kconfig: completely remove expr_eliminate_dups2() and related code

2014-04-18 Thread Martin Walch
From: Martin Walch Date: Fri, 18 Apr 2014 22:10:14 +0200 Subject: [PATCH v2 1/2] kconfig: completely remove expr_eliminate_dups2() and related code remove expr_eliminate_dups2(), expr_extract_eq_and(), expr_extract_eq_or(), and expr_extract_eq() from scripts/kconfig/expr.[ch] As the comments