eldbus: remove unreachable code.

Coverity doesn't like this unreachable code.
Differential Revision: https://phab.enlightenment.org/D7120
This commit is contained in:
Hosang Kim 2018-09-28 11:39:43 +00:00 committed by Marcel Hollerbach
parent 0258946f71
commit 53b8174fbf
1 changed files with 0 additions and 3 deletions

View File

@ -114,9 +114,6 @@ eldbus_signal_handler_match_extra_vset(Eldbus_Signal_Handler *sh, va_list ap)
eina_strbuf_string_get(sh->match), NULL);
return EINA_TRUE;
ERR("Error setting new match.");
return EINA_FALSE;
error:
dbus_bus_add_match(sh->conn->dbus_conn,
eina_strbuf_string_get(sh->match), NULL);