glsl: Delete spurious comment about updating ir_expression::get_num_operands

This hasn't been necessary since 007f48815.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
Ian Romanick
2016-07-07 21:39:44 -07:00
parent dc41d998f2
commit d6ad3e2dd9

View File

@@ -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)},