elm_atspi: remove redundant null checking 65/88965/1
authorThiep Ha <thiepha@gmail.com>
Wed, 21 Sep 2016 07:49:12 +0000 (16:49 +0900)
committerThiep Ha <thiep.ha@samsung.com>
Wed, 21 Sep 2016 08:22:31 +0000 (17:22 +0900)
commitce864d7e70c71d3361ca94e1c6a8f00236dcb88a
tree2e319ad9c9d6ae338869ab50c24e731763cb732d
parent2c398c8d5af3135940e6cd4db8c229eedc704bbc
elm_atspi: remove redundant null checking

The type is always _ADDED or _REMOVED, therefore atspi_desc
is always "add" or "remove"; no need to have null checking for it.

Change-Id: I559a589b00dab0dc6b5b5eabfb4dbb865a17fe6e
src/lib/elm_atspi_bridge.c