From 09660208ec076e85ed574ddb2d96a0f25921b7e0 Mon Sep 17 00:00:00 2001 From: Andrew Titmuss Date: Sun, 8 May 2016 14:50:19 +1000 Subject: [PATCH] removed unneeded variable --- neofetch | 1 - 1 file changed, 1 deletion(-) diff --git a/neofetch b/neofetch index d34abf77..82b16ebe 100755 --- a/neofetch +++ b/neofetch @@ -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"