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

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"