We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e26ad23 commit f7cb2bbCopy full SHA for f7cb2bb
graalpython/com.oracle.graal.python.shell/src/com/oracle/graal/python/shell/GraalPythonMain.java
@@ -1167,11 +1167,6 @@ protected void printHelp(OptionCategory maxCategory) {
1167
"\nEnvironment variables specific to the Graal Python launcher:\n" : ""));
1168
}
1169
1170
- @Override
1171
- protected String[] getDefaultLanguages() {
1172
- return new String[]{getLanguageId(), "llvm", "regex"};
1173
- }
1174
-
1175
@Override
1176
protected void collectArguments(Set<String> options) {
1177
// This list of arguments is used when we are launched through the Polyglot
0 commit comments