cso: remove comment
authorBrian Paul <brianp@vmware.com>
Tue, 16 Feb 2016 17:22:32 +0000 (10:22 -0700)
committerBrian Paul <brianp@vmware.com>
Tue, 16 Feb 2016 17:22:32 +0000 (10:22 -0700)
There's a similar comment just a few lines before.

src/gallium/auxiliary/cso_cache/cso_context.h

index 83ce60e69fb768c32f3ede00af3093c5de7ef382..14b66fe799d9e46d907965cd037952763a423c28 100644 (file)
@@ -236,7 +236,6 @@ cso_draw_arrays_instanced(struct cso_context *cso, uint mode,
                           uint start, uint count,
                           uint start_instance, uint instance_count);
 
-/* helper drawing function */
 void
 cso_draw_arrays(struct cso_context *cso, uint mode, uint start, uint count);