eo: Fix make check
authorJean-Philippe Andre <jp.andre@samsung.com>
Tue, 16 Jan 2018 10:48:49 +0000 (19:48 +0900)
committerWonki Kim <wonki_.kim@samsung.com>
Wed, 17 Jan 2018 09:19:33 +0000 (18:19 +0900)
commit1bc764e6ca65fde7ec749bb86b6fa5867cb62f7f
treef3cf9608e2b71551223b98e03422cb596531240d
parentf92de0443b39d1f794f68e47d63295547e449629
eo: Fix make check

The cache had a generation count, removing this check breaks eo suite.
EO is designed to tolerate init/shutdown cycles (as long as
dlopen/dlclose isn't involved).

Note: the ugly goto are useless as GCC -O2 understands EINA_(UN)LIKELY
and deals with it as expected (just look at the asm produced).

See 34d9f2070696027199a56cb621c0526ea1430e8f
src/lib/eo/Eo.h