eldbus parser - remove duplicate tag handler thats already handled

confusing and dead code as it's already handled. not an actual bug but
analysis impacting

found by PVS studio
This commit is contained in:
Carsten Haitzler 2017-07-29 00:47:08 +09:00
parent 302731e1af
commit aab56c4123
1 changed files with 0 additions and 2 deletions

View File

@ -429,8 +429,6 @@ open_tag(const char *content, unsigned length, Eina_Bool is_open_empty, DBus_Obj
return open_method(content, length, is_open_empty);
else if (!strncmp(content, PROPERTY_TAG, PROPERTY_TAG_LENGTH) && iface)
return open_property(content, length);
else if (!strncmp(content, ANNOTATION_TAG, ANNOTATION_TAG_LENGTH) && iface)
return EINA_TRUE;
printf("Warning: Tag not handled:\n");
for (i = 0; i < length; i++)