Remove unused variables

This commit is contained in:
Rangi
2026-06-30 10:30:31 -04:00
parent a829e6c067
commit 3941a28661
-4
View File
@@ -29,8 +29,6 @@ internal=true
external=true
installedrgbds=false
osname=
FETCH_TEST_DEPS="fetch-test-deps.sh"
RGBDS_PATH="RGBDS=../../"
while [[ $# -gt 0 ]]; do
case "$1" in
-h|--help)
@@ -45,11 +43,9 @@ while [[ $# -gt 0 ]]; do
;;
--only-free)
nonfree=false
FETCH_TEST_DEPS="$FETCH_TEST_DEPS --only-free"
;;
--installed-rgbds)
installedrgbds=true
RGBDS_PATH=
;;
--os)
shift