i965g: Remove dead initialization in precalc_tex.

This commit is contained in:
Vinson Lee
2010-07-16 01:07:13 -07:00
parent fe3caa91d3
commit 4b387ee087

View File

@@ -678,7 +678,7 @@ static void precalc_tex( struct brw_wm_compile *c,
struct brw_fp_src src0,
struct brw_fp_src sampler )
{
struct brw_fp_src coord = src_undef();
struct brw_fp_src coord;
struct brw_fp_dst tmp = dst_undef();
assert(unit < BRW_MAX_TEX_UNIT);