Commit 73637fcb authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

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

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