gdbus: Remove not needed NULL pointer checks
authorSzymon Janc <szymon.janc@tieto.com>
Wed, 21 Nov 2012 10:21:03 +0000 (11:21 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 26 Nov 2012 11:59:48 +0000 (12:59 +0100)
commitc091a5c5e7b1bb74f0a9e0033e3027d373420a1e
tree6db62bb647f8403eb87245e38c951a4e75ce7c21
parent682bf79a83966f031b60a6052556b12d0b3cf190
gdbus: Remove not needed NULL pointer checks

g_strdup returns NULL if argument passed is NULL and there is no need
to double check that.
gdbus/watch.c