Skip to content

Commit 86549b1

Browse files
committed
remove erroneous ExplodeLoop annotation
1 parent a483150 commit 86549b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/nodes/argument/CreateArgumentsNode.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,6 @@ int cached(String[] parameters, String name,
572572
}
573573

574574
@Specialization(replaces = "cached")
575-
@ExplodeLoop
576575
int uncached(String[] parameters, String name) {
577576
for (int i = 0; i < parameters.length; i++) {
578577
if (parameters[i].equals(name)) {

0 commit comments

Comments
 (0)