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:
@@ -269,9 +269,6 @@ if __name__ == "__main__":
|
|||||||
*/
|
*/
|
||||||
"""
|
"""
|
||||||
enum_template = mako.template.Template(copyright + """
|
enum_template = mako.template.Template(copyright + """
|
||||||
/* Update ir_expression::get_num_operands() and operator_strs when
|
|
||||||
* updating this list.
|
|
||||||
*/
|
|
||||||
enum ir_expression_operation {
|
enum ir_expression_operation {
|
||||||
% for item in values:
|
% for item in values:
|
||||||
${name_from_item(item)},
|
${name_from_item(item)},
|
||||||
|
Reference in New Issue
Block a user