d3d8: Remove a useless ERR (LLVM/Clang).
This commit is contained in:
parent
5c7c31fc87
commit
ccba04e58e
|
@ -164,10 +164,6 @@ static HRESULT WINAPI IDirect3DVolume8Impl_GetContainer(LPDIRECT3DVOLUME8 iface,
|
|||
|
||||
if (!This->container) return E_NOINTERFACE;
|
||||
|
||||
if (!ppContainer) {
|
||||
ERR("Called without a valid ppContainer.\n");
|
||||
}
|
||||
|
||||
res = IUnknown_QueryInterface(This->container, riid, ppContainer);
|
||||
|
||||
TRACE("Returning ppContainer %p, *ppContainer %p\n", ppContainer, *ppContainer);
|
||||
|
|
Loading…
Reference in New Issue