mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-29 15:44:03 +00:00
Remove unused variables in bootstrap
cmp, u1, u2 seem not to be used at all.
This commit is contained in:
parent
5659366bf6
commit
e3fc28ae15
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user