Skip to content

Commit b8b6ee4

Browse files
committed
remove unsupported options
1 parent c09e87e commit b8b6ee4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

dist/bin/dotc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,6 @@ case "$1" in
8989
-nobootcp) unset bootcp && shift ;;
9090
-colors) colors=true && shift ;;
9191
-no-colors) unset colors && shift ;;
92-
-jrebel) jrebel=true && shift ;;
93-
-no-jrebel) unset jrebel && shift ;;
94-
95-
-toolcp) require_arg classpath "$1" "$2" && toolcp="$2" && shift 2 ;;
9692

9793
# break out -D and -J options and add them to JAVA_OPTS as well
9894
# so they reach the JVM in time to do some good. The -D options

0 commit comments

Comments
 (0)