catalyst-auto: drop unused variables

This commit is contained in:
Mike Frysinger 2016-12-08 23:36:17 -05:00
parent 72fc35e54a
commit d56243723a

View file

@ -87,21 +87,21 @@ update_symlinks() {
# This is a skeleton function that you can override from the config file. # This is a skeleton function that you can override from the config file.
# It will be called by pre_build and after completing the build of a set # It will be called by pre_build and after completing the build of a set
# to ensure the symlinks point to the latest built stages. # to ensure the symlinks point to the latest built stages.
local foo=bar :
} }
pre_build() { pre_build() {
# This is a skeleton function that you can override from the config file. # This is a skeleton function that you can override from the config file.
# It will be executed before the build is started. You can use this to # It will be executed before the build is started. You can use this to
# update the checkout of the releng repo # update the checkout of the releng repo
local foo=bar :
} }
post_build() { post_build() {
# This is a skeleton function that you can override from the config file. # This is a skeleton function that you can override from the config file.
# It will be executed after the build is successfully completed. You can # It will be executed after the build is successfully completed. You can
# use this to rsync the builds to another box # use this to rsync the builds to another box
local foo=bar :
} }
catalyst_var() { catalyst_var() {
@ -111,7 +111,6 @@ catalyst_var() {
} }
# Parse args # Parse args
params=${#}
while [ ${#} -gt 0 ] while [ ${#} -gt 0 ]
do do
a=${1} a=${1}