e_comp_object: Remove unreachable code 60/293960/1 accepted/tizen/unified/20230612.072228
authorSeunghun Lee <shiin.lee@samsung.com>
Thu, 8 Jun 2023 00:32:49 +0000 (09:32 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Fri, 9 Jun 2023 06:01:14 +0000 (15:01 +0900)
commit014dad151e586a4b873d3c1ff076a4378325b0fa
treed4ffa42a5a31f1228050b3d36746c72ad6b8f014
parentf850ac5fb902b269f834816e0f9836d5ca582cd3
e_comp_object: Remove unreachable code

The while statement can be removed because it has been excuted once
because of the break at the end of the loop.
Plus, this patch also removes meaningless condition check whether `ok`
is true.

Change-Id: I736cd2046d142c8cea15966a586cd1d8729e9781
src/bin/e_comp_object.c