Commit ea589686 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

d3d10: Remove break after return (Smatch).

parent 5cc257e5
......@@ -308,7 +308,6 @@ static HRESULT parse_shader(struct d3d10_effect_variable *v, const char *data)
default:
ERR("This should not happen!\n");
return E_FAIL;
break;
}
return parse_dxbc(ptr, dxbc_size, shader_chunk_handler, s);
......
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