filesetup: remove unnecessary check
authorAnkit Kumar <ankit.kumar@samsung.com>
Wed, 22 Jan 2025 21:15:47 +0000 (02:45 +0530)
committerVincent Fu <vincentfu@gmail.com>
Thu, 6 Mar 2025 18:58:43 +0000 (13:58 -0500)
commit5041533f8325df0f14235b1a18e3266bf7944bd1
treed8b151e05173a8bd76ed0fa35a60e93c79cc358f
parentdf60924e4d854cd6fdf4b730d37282c6b6b4c0a1
filesetup: remove unnecessary check

If read_iolog_file is set, the goto statement moves it beyond this
point. So remove this redundant check.

Signed-off-by: Ankit Kumar <ankit.kumar@samsung.com>
filesetup.c