d3d8: Remove a useless ERR (LLVM/Clang).

This commit is contained in:
Henri Verbeet 2011-01-25 19:26:25 +01:00 committed by Alexandre Julliard
parent 5c7c31fc87
commit ccba04e58e
1 changed files with 0 additions and 4 deletions

View File

@ -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);