Browse Source

Remove unused code instead of commenting out

master
Kristaps Kaupe 3 years ago
parent
commit
22c13b0ab7
No known key found for this signature in database
GPG Key ID: 33E472FE870C7E5D
  1. 3
      install.sh
  2. 1
      test/Dockerfiles/build_docker.sh

3
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=''

1
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

Loading…
Cancel
Save