Commit d806a477 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

scrrun: Remove unreachable code (Coverity).

parent 754013a8
...@@ -200,10 +200,6 @@ static HRESULT WINAPI provideclassinfo_QueryInterface(IProvideClassInfo *iface, ...@@ -200,10 +200,6 @@ static HRESULT WINAPI provideclassinfo_QueryInterface(IProvideClassInfo *iface,
} }
else else
return IUnknown_QueryInterface(This->outer, riid, obj); 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) static ULONG WINAPI provideclassinfo_AddRef(IProvideClassInfo *iface)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment