From f5b6f78a8303d2f24327be6efcbe078b8438064b Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Tue, 6 Jun 2017 12:37:45 -0400 Subject: [PATCH] Remove unused variable Change-Id: I94a45ef34c9cc2d108cb2e6e6fd7415298e63a1b Signed-off-by: Thanh Ha --- shell/version | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.16.6