Eldbus: remove shadowing variable.

FFS people, turn on your compiler warnings.
This commit is contained in:
Tom Hacohen 2016-05-10 15:07:44 +01:00
parent b0cd0a3b4b
commit bcb72b5367
1 changed files with 0 additions and 1 deletions

View File

@ -136,7 +136,6 @@ _eldbus_model_proxy_efl_model_property_set(Eo *obj EINA_UNUSED,
if (!pd->is_loaded)
{
Eldbus_Pending *pending;
_Eldbus_Property_Promise *p = calloc(1, sizeof(_Eldbus_Property_Promise));
EINA_SAFETY_ON_NULL_RETURN(p);