Eo: Remove extra paranoid-never could happen safety checks.

I was not able to reach those without arbitrary memory corruption, but
in that case we are in trouble anyway.
This commit is contained in:
Tom Hacohen 2015-10-16 10:51:19 +01:00
parent 6ed69b1d11
commit 3e40b45be6
1 changed files with 0 additions and 6 deletions

View File

@ -908,12 +908,6 @@ _eo_add_internal_end(Eo *eo_id, Eo_Call_Stack *stack)
fptr = stack->frame_ptr;
if (fptr == NULL)
{
ERR("Something very wrong happend to the call stack.");
return NULL;
}
if (EINA_UNLIKELY(!fptr->o.obj))
{
ERR("Corrupt call stack, shouldn't happen, please report!");