WUtil: remove unnecessary check in WMGetStandardUserDefaults (Coverity #50191)
commit6f7fa45a9943d83bd0ec6e7c59673b496d433c05
authorChristophe CURIS <christophe.curis@free.fr>
Sat, 17 May 2014 22:56:41 +0000 (18 00:56 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 18 May 2014 22:00:16 +0000 (18 23:00 +0100)
treecd61b4e42dc1752463c916db6801442989421207
parent8f9b843990a15c5aaab0e504978a13addccc6564
WUtil: remove unnecessary check in WMGetStandardUserDefaults (Coverity #50191)

As pointed by Coverity, the return value of the function 'wdefaultspathfordomain'
cannot be NULL, so it is not necessary to check for that.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
WINGs/userdefaults.c