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>
1 file changed