diff options
author | Brian Paul <brianp@vmware.com> | 2010-12-09 16:02:28 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2010-12-09 18:40:48 -0700 |
commit | 70ca06445445060c75b55b6c5531973b7b2a1bf0 (patch) | |
tree | 8fb70f2ada302911d3be83ab1ec198395618ca10 | |
parent | bd995cf6c053075833b53fae29773b15d948462e (diff) |
draw/llvm: remove redundant comment
-rw-r--r-- | src/gallium/auxiliary/draw/draw_llvm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/draw_llvm.h b/src/gallium/auxiliary/draw/draw_llvm.h index 73c1d9251e..9f038f1f04 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 { |