pass: Remove unreachable code of dbus_cb_core_stop() 05/170405/1 accepted/tizen/unified/20180221.061150 submit/tizen/20180221.002730
authorChanwoo Choi <cw00.choi@samsung.com>
Tue, 20 Feb 2018 01:33:04 +0000 (10:33 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Tue, 20 Feb 2018 01:34:15 +0000 (10:34 +0900)
commit144729f4a860e305acf8268a74cc7c4f77347a6a
tree5607bf30745d5b455dea4157bbeb79aeccf02627
parentd9673e53008379bc649402feb43ae7f775334de7
pass: Remove unreachable code of dbus_cb_core_stop()

The pass_exit_done() always returns zero. It means that pass_exit_done()
doesn't need to return any value and it makes the unreachable code of
dbus_cb_core_stop(). Replace return type from int to void of pass_exit_done()
to remove unreachable code of dbus_cb_core_stop().

Change-Id: Ia6ee0bc8b85719e396714454f3b3cc452020b37e
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
src/pass/pass.c