Minor: remove useless enumerate in templates

Change-Id: Idde55fbb6ba7195e69d8c387ec4068e777878618
This commit is contained in:
Raphael Amiard
2016-08-09 13:53:34 +02:00
parent 5aac2ea84e
commit 8e41342e05

View File

@@ -382,7 +382,7 @@
## Look for a child node that contains Sloc (i.e. return the most
## precise result).
% for i, field in enumerate(astnode_fields):
% for field in astnode_fields:
## Note that we assume here that child nodes are ordered so
## that the first one has a sloc range that is before the
## sloc range of the second child node, etc.