mirror of
https://github.com/gbdev/rgbds.git
synced 2026-07-02 05:58:04 +00:00
Remove unused variables
This commit is contained in:
@@ -29,8 +29,6 @@ internal=true
|
|||||||
external=true
|
external=true
|
||||||
installedrgbds=false
|
installedrgbds=false
|
||||||
osname=
|
osname=
|
||||||
FETCH_TEST_DEPS="fetch-test-deps.sh"
|
|
||||||
RGBDS_PATH="RGBDS=../../"
|
|
||||||
while [[ $# -gt 0 ]]; do
|
while [[ $# -gt 0 ]]; do
|
||||||
case "$1" in
|
case "$1" in
|
||||||
-h|--help)
|
-h|--help)
|
||||||
@@ -45,11 +43,9 @@ while [[ $# -gt 0 ]]; do
|
|||||||
;;
|
;;
|
||||||
--only-free)
|
--only-free)
|
||||||
nonfree=false
|
nonfree=false
|
||||||
FETCH_TEST_DEPS="$FETCH_TEST_DEPS --only-free"
|
|
||||||
;;
|
;;
|
||||||
--installed-rgbds)
|
--installed-rgbds)
|
||||||
installedrgbds=true
|
installedrgbds=true
|
||||||
RGBDS_PATH=
|
|
||||||
;;
|
;;
|
||||||
--os)
|
--os)
|
||||||
shift
|
shift
|
||||||
|
|||||||
Reference in New Issue
Block a user