scrrun: Remove unreachable code (Coverity).
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
754013a84a
commit
d806a4773b
|
@ -200,10 +200,6 @@ static HRESULT WINAPI provideclassinfo_QueryInterface(IProvideClassInfo *iface,
|
|||
}
|
||||
else
|
||||
return IUnknown_QueryInterface(This->outer, riid, obj);
|
||||
|
||||
*obj = NULL;
|
||||
WARN("interface %s not supported\n", debugstr_guid(riid));
|
||||
return E_NOINTERFACE;
|
||||
}
|
||||
|
||||
static ULONG WINAPI provideclassinfo_AddRef(IProvideClassInfo *iface)
|
||||
|
|
Loading…
Reference in New Issue