From: Timothy Arceri Date: Fri, 21 Jul 2017 01:09:33 +0000 (+1000) Subject: glsl: remove placeholder comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=316b4c9ada2fd0df262d02c993a3884b368864e8;p=mesa.git glsl: remove placeholder comment This was added in 2d03f48a65a666 and seems like it was intended as a TODO comment in a function stub rather than a useful code comment. Reviewed-by: Samuel Pitoiset --- diff --git a/src/compiler/glsl/ast_to_hir.cpp b/src/compiler/glsl/ast_to_hir.cpp index c338ad79ca3..7de164cebbf 100644 --- a/src/compiler/glsl/ast_to_hir.cpp +++ b/src/compiler/glsl/ast_to_hir.cpp @@ -7677,10 +7677,6 @@ ast_interface_block::hir(exec_list *instructions, "invalid qualifier for block", this->block_name); - /* The ast_interface_block has a list of ast_declarator_lists. We - * need to turn those into ir_variables with an association - * with this uniform block. - */ enum glsl_interface_packing packing; if (this->layout.flags.q.shared) { packing = GLSL_INTERFACE_PACKING_SHARED;