From 22c13b0ab7dcd3905c5679a41fb406db698e770f Mon Sep 17 00:00:00 2001 From: Kristaps Kaupe Date: Fri, 30 Dec 2022 02:37:41 +0200 Subject: [PATCH] Remove unused code instead of commenting out --- install.sh | 3 +-- test/Dockerfiles/build_docker.sh | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/install.sh b/install.sh index a5ee6c5..587e3e0 100755 --- a/install.sh +++ b/install.sh @@ -457,7 +457,7 @@ parse_flags () while :; do case $1 in --develop) - #develop_build='1' + # no-op for backwards compatibility ;; --disable-os-deps-check) use_os_deps_check='0' @@ -574,7 +574,6 @@ install_get_os () main () { # flags - #develop_build='' python='python3' build_local_tor='' no_gpg_validation='' diff --git a/test/Dockerfiles/build_docker.sh b/test/Dockerfiles/build_docker.sh index 94b9a38..ec99298 100755 --- a/test/Dockerfiles/build_docker.sh +++ b/test/Dockerfiles/build_docker.sh @@ -20,7 +20,6 @@ build_docker () core_url="https://bitcoincore.org/bin/bitcoin-core-${core_version}/${core_dist}" declare -A deps=( [${core_dist}]="${core_url}" ) jm_root="${TRAVIS_BUILD_DIR}" - #owner_name="${TRAVIS_REPO_SLUG%\/*}" repo_name="${TRAVIS_REPO_SLUG#*\/}" for dep in "${!deps[@]}"; do