commit | f9fbadd6095781c774dd165d55bce4c5f5bada90 | [log] [tgz] |
---|---|---|
author | Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com> | Thu Apr 13 19:05:27 2017 +0530 |
committer | Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com> | Thu Apr 13 19:05:27 2017 +0530 |
tree | ed2f6db6300b1946827f5b7a727086a59f3bd071 | |
parent | 02ba9ecca446f606a26e897cd9381e26d3abeb53 [diff] |
Remove dead code during sdbus object creation As part of object creation, Interface added signal gets broadcasted by default unless told not to do so. Current code uses the default behavior and also makes an explicit call to broadcast a signal. Although it does not send a signal again, its un-necessary code that gets executed and should be removed. Change-Id: I438d6f54eeea9ea930525e956c26a69510ccf83d Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>