Skip to content

Commit a28f86d

Browse files
committed
--profile is not a standard Ruby option
1 parent f7a3c98 commit a28f86d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/launcher/java/org/truffleruby/launcher/CommandLineParser.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,8 +429,6 @@ private void processArgument() throws CommandLineException {
429429
// cancel other execution actions
430430
config.setOption(OptionsCatalog.EXECUTION_ACTION, ExecutionAction.NONE);
431431
break FOR;
432-
} else if (argument.startsWith("--profile")) {
433-
throw notImplemented("--profile");
434432
} else if (argument.equals("--debug-frozen-string-literal")) {
435433
warnInternalDebugTool(argument);
436434
break FOR;

0 commit comments

Comments
 (0)