From: Ian Romanick Date: Fri, 8 Jul 2016 04:39:44 +0000 (-0700) Subject: glsl: Delete spurious comment about updating ir_expression::get_num_operands X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d6ad3e2dd9d2b4066ee972c0cb8cdf3ff6649eaf;p=mesa.git glsl: Delete spurious comment about updating ir_expression::get_num_operands This hasn't been necessary since 007f48815. Signed-off-by: Ian Romanick Reviewed-by: Matt Turner --- diff --git a/src/compiler/glsl/ir_expression_operation.py b/src/compiler/glsl/ir_expression_operation.py index 10c9626d9d3..5c7ad35903d 100644 --- a/src/compiler/glsl/ir_expression_operation.py +++ b/src/compiler/glsl/ir_expression_operation.py @@ -269,9 +269,6 @@ if __name__ == "__main__": */ """ enum_template = mako.template.Template(copyright + """ -/* Update ir_expression::get_num_operands() and operator_strs when - * updating this list. - */ enum ir_expression_operation { % for item in values: ${name_from_item(item)},