commit:     d56243723abc19f19ca7e9c586ab12596ea0bfb3
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  9 04:36:17 2016 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Thu Dec 22 01:20:02 2016 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=d5624372

catalyst-auto: drop unused variables

 tools/catalyst-auto | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/tools/catalyst-auto b/tools/catalyst-auto
index 719c3cc..f632e9d 100755
--- a/tools/catalyst-auto
+++ b/tools/catalyst-auto
@@ -87,21 +87,21 @@ update_symlinks() {
   # 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
   # to ensure the symlinks point to the latest built stages.
-  local foo=bar
+  :
 }
 
 pre_build() {
   # 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
   # update the checkout of the releng repo
-  local foo=bar
+  :
 }
 
 post_build() {
   # 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
   # use this to rsync the builds to another box
-  local foo=bar
+  :
 }
 
 catalyst_var() {
@@ -111,7 +111,6 @@ catalyst_var() {
 }
 
 # Parse args
-params=${#}
 while [ ${#} -gt 0 ]
 do
   a=${1}

Reply via email to