d3d10: Remove a redundant assignment in parse_fx10_object() (LLVM/Clang).

This commit is contained in:
Henri Verbeet 2011-01-25 19:26:23 +01:00 committed by Alexandre Julliard
parent e8a2452c05
commit 73637fcbc6
1 changed files with 0 additions and 1 deletions

View File

@ -915,7 +915,6 @@ static HRESULT parse_fx10_object(struct d3d10_effect_object *o, const char **ptr
{
case D3D10_EOO_VALUE:
TRACE("Copy variable values\n");
hr = E_FAIL;
switch (o->type)
{