mesa: Remove an unnecessary store reported by clang.
This was a workaround for a compiler warning that was showing a real error. The real error was later fixed.
This commit is contained in:
@@ -1040,8 +1040,6 @@ static struct ureg emit_combine( struct texenv_fragment_program *p,
|
||||
|
||||
assert(nr <= MAX_COMBINER_TERMS);
|
||||
|
||||
tmp = undef; /* silence warning (bug 5318) */
|
||||
|
||||
for (i = 0; i < nr; i++)
|
||||
src[i] = emit_combine_source( p, mask, unit, opt[i].Source, opt[i].Operand );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user