Remove tune-system.sh script and its use (#7278)

This commit is contained in:
Pankaj Garg
2019-12-04 16:40:12 -08:00
committed by GitHub
parent 9d7a926a8b
commit c7932b710c
3 changed files with 0 additions and 53 deletions

View File

@ -217,11 +217,6 @@ else
program=$solana_validator
fi
if [[ -z $CI ]]; then # Skip in CI
# shellcheck source=scripts/tune-system.sh
source "$here"/../scripts/tune-system.sh
fi
set -e
PS4="$(basename "$0"): "