Drop a useless 'if'
authorAlexander Popov <alex.popov@linux.com>
Mon, 6 Mar 2023 14:59:53 +0000 (17:59 +0300)
committerAlexander Popov <alex.popov@linux.com>
Mon, 6 Mar 2023 14:59:53 +0000 (17:59 +0300)
commit3d43910981b8b97a3902a7b07d4cc43ff5c29c51
tree1361c681d905c5087bf22aad381c5e94f9e6f1af
parent20e0040299ede214143fe229ef8121d48c3f73b5
Drop a useless 'if'

This condition has been checked at the beginning of the function.

Noticed this in the code coverage report.
kconfig_hardened_check/__init__.py