removed unneeded variable

This commit is contained in:
Andrew Titmuss 2016-05-08 14:50:19 +10:00
parent 8d83d3b114
commit 09660208ec
No known key found for this signature in database
GPG Key ID: ECA4FAA2A0C75A68
1 changed files with 0 additions and 1 deletions

View File

@ -502,7 +502,6 @@ getdistro () {
"iPhone OS")
distro="iOS $(sw_vers -productVersion)"
idevice="$(uname -m)"
# "uname -m" doesn't print architecture on iOS so we force it off.
os_arch="off"