Skip to content

Commit bada239

Browse files
committed
Remove unused parameter
1 parent 1d613fb commit bada239

File tree

1 file changed

+0
-1
lines changed
  • graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/cext/capi

1 file changed

+0
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/cext/capi/CExtNodes.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3748,7 +3748,6 @@ public abstract static class ExecModuleNode extends MultiPhaseExtensionModuleIni
37483748

37493749
@Specialization
37503750
static int doGeneric(CApiContext capiContext, PythonModule module, Object moduleDef,
3751-
@Cached PythonObjectFactory factory,
37523751
@Cached ConditionProfile errOccurredProfile,
37533752
@Cached ModuleGetNameNode getNameNode,
37543753
@Cached PCallCapiFunction callGetterNode,

0 commit comments

Comments
 (0)