Skip to content

Commit 318d3cf

Browse files
committed
fix style
1 parent 2f8fae4 commit 318d3cf

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/modules/BuiltinFunctions.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1089,14 +1089,6 @@ private Object[] getArray(PTuple tuple) {
10891089
}
10901090
return getObjectArrayNode.execute(tuple);
10911091
}
1092-
1093-
private PythonLanguage getPythonLanguage() {
1094-
if (languageRef == null) {
1095-
CompilerDirectives.transferToInterpreterAndInvalidate();
1096-
languageRef = lookupLanguageReference(PythonLanguage.class);
1097-
}
1098-
return languageRef.get();
1099-
}
11001092
}
11011093

11021094
// issubclass(class, classinfo)

0 commit comments

Comments
 (0)