From: Brian Paul Date: Thu, 9 Dec 2010 23:02:28 +0000 (-0700) Subject: draw/llvm: remove redundant comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=70ca06445445060c75b55b6c5531973b7b2a1bf0;p=mesa.git draw/llvm: remove redundant comment --- diff --git a/src/gallium/auxiliary/draw/draw_llvm.h b/src/gallium/auxiliary/draw/draw_llvm.h index 73c1d9251ec..9f038f1f04d 100644 --- a/src/gallium/auxiliary/draw/draw_llvm.h +++ b/src/gallium/auxiliary/draw/draw_llvm.h @@ -229,7 +229,6 @@ struct draw_llvm_variant /* key is variable-sized, must be last */ struct draw_llvm_variant_key key; - /* key is variable-sized, must be last */ }; struct llvm_vertex_shader {