Skip to content

Commit aa7c94c

Browse files
committed
remove old comments from shell, shell.bat
1 parent b5b2495 commit aa7c94c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

bin/shell

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,4 @@ if [ "${MODULEPATH}" = "" ]; then
4444
MODULEPATH="${MODULEPATH};."
4545
fi
4646

47-
# TODO bake lang + std access into compiler as default
4847
java ${JVM_ARGS} shell.Main -path ${MODULEPATH} $@

bin/shell.bat

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,4 @@ if "%MODULEPATH%" == "" (
2828
set "MODULEPATH=!MODULEPATH!;."
2929
)
3030

31-
@rem TODO bake lang + std access into compiler as default
3231
java %JVM_ARGS% shell.Main -path %MODULEPATH% %*

0 commit comments

Comments
 (0)