Skip to content
Commit 31894d35 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

kconfig: remove redundant check in expr_join_or()



The check for 'sym1 == sym2' is redundant here because it has already
been done a few lines above:

    if (sym1 != sym2)
            return NULL;

Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent aabdc960
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment