From 017a003f1c5bc7508fc2d37e14dc67123248a2ac Mon Sep 17 00:00:00 2001
From: Brian Paul <brianp@vmware.com>
Date: Tue, 16 Feb 2016 10:22:32 -0700
Subject: cso: remove comment

There's a similar comment just a few lines before.
---
 src/gallium/auxiliary/cso_cache/cso_context.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/gallium/auxiliary/cso_cache/cso_context.h b/src/gallium/auxiliary/cso_cache/cso_context.h
index 83ce60e69fb..14b66fe799d 100644
--- a/src/gallium/auxiliary/cso_cache/cso_context.h
+++ b/src/gallium/auxiliary/cso_cache/cso_context.h
@@ -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);
 
-- 
cgit v1.2.3