From: seungha.son Date: Mon, 25 Jul 2016 06:10:36 +0000 (+0900) Subject: Delete unnecessary code X-Git-Tag: accepted/tizen/common/20160803.193131~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e7e5ed3f4557f0cab1eb53648d4c7d69e2e07160;p=platform%2Fcore%2Fapi%2Fnotification.git Delete unnecessary code Signed-off-by: seungha.son Change-Id: I09a0888903b92121551ccc8a71d8764804f01125 --- diff --git a/src/notification_ipc.c b/src/notification_ipc.c index 90a913b..236608d 100755 --- a/src/notification_ipc.c +++ b/src/notification_ipc.c @@ -103,7 +103,6 @@ static inline char *_string_get(char *string) static int _dbus_init() { - int ret = NOTIFICATION_ERROR_NONE; GError *error = NULL; if (_gdbus_conn == NULL) { @@ -121,9 +120,8 @@ static int _dbus_init() notification_error_quark(); - ret = NOTIFICATION_ERROR_NONE; } - return ret; + return NOTIFICATION_ERROR_NONE; } /* LCOV_EXCL_START */