Skip to content

Commit f7cb2bb

Browse files
committed
Remove deprecated getDefaultLanguages
1 parent e26ad23 commit f7cb2bb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

graalpython/com.oracle.graal.python.shell/src/com/oracle/graal/python/shell/GraalPythonMain.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1167,11 +1167,6 @@ protected void printHelp(OptionCategory maxCategory) {
11671167
"\nEnvironment variables specific to the Graal Python launcher:\n" : ""));
11681168
}
11691169

1170-
@Override
1171-
protected String[] getDefaultLanguages() {
1172-
return new String[]{getLanguageId(), "llvm", "regex"};
1173-
}
1174-
11751170
@Override
11761171
protected void collectArguments(Set<String> options) {
11771172
// This list of arguments is used when we are launched through the Polyglot

0 commit comments

Comments
 (0)