
24 Sep
2020
24 Sep
'20
9:41 a.m.
On Wed, Sep 23, 2020 at 08:14:51PM +0200, Ján Tomko wrote:
cppcheck reports: src/vbox/vbox_XPCOMCGlue.c:226:21: style: The statement 'if (hVBoxXPCOMC!=NULL) hVBoxXPCOMC=NULL' is logically equivalent to 'hVBoxXPCOMC=NULL'. [duplicateConditionalAssign]
It does not matter anyway because this function is never called.
Fixes: e1506cb4eb7eab96e7ded27a23f0d8ac9697ac2a Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>