From: Brian Paul Date: Tue, 16 Feb 2016 17:22:32 +0000 (-0700) Subject: cso: remove comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=017a003f1c5bc7508fc2d37e14dc67123248a2ac;p=mesa.git cso: remove comment There's a similar comment just a few lines before. --- 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);