i965: Remove nonsense comment.
authorEric Anholt <eric@anholt.net>
Wed, 23 Jan 2013 01:55:41 +0000 (17:55 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 25 Jan 2013 17:40:59 +0000 (09:40 -0800)
vb.inputs_read has never been a thing, even in the initial import.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_draw_upload.c

index 2a3d767317fbf13a5f6555c1cd1217b0c03b0601..78ff61fe17310c51724db8152625b9e75a0152aa 100644 (file)
@@ -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);