llvmpipe: remove dead code/comment

This commit is contained in:
Brian Paul
2010-04-20 10:56:01 -06:00
parent 117bf856d8
commit 3acb2b6b2f
@@ -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);