summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-08-21 07:26:19 (GMT)
committerMichael Vetter <jubalh@iodoru.org>2020-08-21 07:26:19 (GMT)
commite3fc28ae15ba48b2d2a63febb45da9b5a95ec7bc (patch)
tree01d855c895a70e2c86566c8d6f1c049a43d6d017 /bootstrap
parent5659366bf62b5555bf914b5f55e8a01c92d6c6f1 (diff)
Remove unused variables in bootstrap
cmp, u1, u2 seem not to be used at all.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap3
1 files changed, 1 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index 6c3d6ae..c6be052 100755
--- a/bootstrap
+++ b/bootstrap
@@ -399,7 +399,7 @@ cmp_versions()
{
local v1="${1}"
local v2="${2}"
- local e1=0 e2=0 u1 u2 d1=0 d2=0
+ local e1=0 e2=0 d1=0 d2=0
# Case-insensitive comparison
v1="${v1^^}"
@@ -640,7 +640,6 @@ enter_version()
enter_milestone()
{
local ms="${1}"
- local cmp
info[ms]=${ms}
if [ -n "${info[ver]}" ]; then