mirror of
https://github.com/AdaCore/langkit.git
synced 2026-02-12 12:28:12 -08:00
Minor: remove useless enumerate in templates
Change-Id: Idde55fbb6ba7195e69d8c387ec4068e777878618
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user