glsl: Delete spurious comment about updating ir_expression::get_num_operands
authorIan Romanick <ian.d.romanick@intel.com>
Fri, 8 Jul 2016 04:39:44 +0000 (21:39 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 30 Aug 2016 23:28:00 +0000 (16:28 -0700)
This hasn't been necessary since 007f48815.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/compiler/glsl/ir_expression_operation.py

index 10c9626..5c7ad35 100644 (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)},