style: remove unused variables from build script

This commit is contained in:
George Rawlinson 2021-07-24 10:51:55 +00:00
parent 8329281844
commit 865f3c3904
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 0 additions and 4 deletions

View File

@ -2,12 +2,8 @@
set -Eeuo pipefail
RED=$(tput setaf 1)
#GREEN=$(tput setaf 2)
#YELLOW=$(tput setaf 3)
#BLUE=$(tput setaf 4)
BOLD=$(tput bold)
RESET=$(tput sgr0)
#readonly RED GREEN YELLOW BLUE BOLD RESET
readonly RED BOLD RESET
traperr() {