llvmpipe: remove dead code/comment
authorBrian Paul <brianp@vmware.com>
Tue, 20 Apr 2010 16:56:01 +0000 (10:56 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 20 Apr 2010 16:56:01 +0000 (10:56 -0600)
src/gallium/drivers/llvmpipe/lp_bld_interp.c

index cb1d7b2f82a12906866ff41ac840a7988de46be3..4234d40ccd947a4b3d9436d8beb4c496e4860db1 100644 (file)
@@ -237,8 +237,6 @@ attribs_update(struct lp_build_interp_soa_context *bld, int quad_index)
                   res = lp_build_add(&bld->base, res, dady);
                }
 
-               //XXX bld->attribs_pre[attrib][chan] = res;
-
                if (mode == TGSI_INTERPOLATE_PERSPECTIVE) {
                   LLVMValueRef w = bld->pos[3];
                   assert(attrib != 0);