eo_debug: Remove some abusive goto where not needed
authorJean-Philippe Andre <jp.andre@samsung.com>
Wed, 15 Feb 2017 06:25:15 +0000 (15:25 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Wed, 15 Feb 2017 06:35:38 +0000 (15:35 +0900)
commit63eb9a28b3c24a20ff26f71886a5150b3d428ad2
tree7e4aae8bff643a6128d21e7fbd9b94d59d75a99c
parenta11836b5a1dd075989fd7135d59f7ab8d4ec040a
eo_debug: Remove some abusive goto where not needed

goto was used for micro-optimization. There is absolutely no
need for those if we're using the slow path with eo_debug.

Simplify the code.
src/lib/eo/eo.c