From: Thanh Ha Date: Tue, 6 Jun 2017 16:37:45 +0000 (-0400) Subject: Remove unused variable X-Git-Tag: v0.3.0~6 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=f5b6f78a8303d2f24327be6efcbe078b8438064b;p=releng%2Flftools.git Remove unused variable Change-Id: I94a45ef34c9cc2d108cb2e6e6fd7415298e63a1b Signed-off-by: Thanh Ha --- diff --git a/shell/version b/shell/version index 8e521d8b..522a054c 100755 --- a/shell/version +++ b/shell/version @@ -136,9 +136,6 @@ version_patch() { # the branch name of the maintenance branch and SR1 (if exists) is the # service release. Strip out the branch from the tag and set the stable release # branch. - STABLE_BRANCH="stable/$( cut -d '-' -f1 <<< "${RELEASE_TAG,,}")" - - subproject="${PWD##*/}" # Validate that we're patching at the same commit level as when autorelease