From: Eric Anholt Date: Wed, 23 Jan 2013 01:55:41 +0000 (-0800) Subject: i965: Remove nonsense comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=80aeda2784bc1e31a2047a1959139fbc40abf5c8;p=mesa.git i965: Remove nonsense comment. vb.inputs_read has never been a thing, even in the initial import. Reviewed-by: Kenneth Graunke --- diff --git a/src/mesa/drivers/dri/i965/brw_draw_upload.c b/src/mesa/drivers/dri/i965/brw_draw_upload.c index 2a3d767317f..78ff61fe173 100644 --- a/src/mesa/drivers/dri/i965/brw_draw_upload.c +++ b/src/mesa/drivers/dri/i965/brw_draw_upload.c @@ -413,8 +413,6 @@ static void brw_prepare_vertices(struct brw_context *brw) vs_inputs |= VERT_BIT_EDGEFLAG; } - /* First build an array of pointers to ve's in vb.inputs_read - */ if (0) printf("%s %d..%d\n", __FUNCTION__, min_index, max_index);