From: Ed Bartosh Date: Thu, 17 Dec 2015 16:48:49 +0000 (+0000) Subject: toaster: remove unused variable X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8b3f0b2c6efa2962d9c16e453f4d2c1af6419c6c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git toaster: remove unused variable Removed unused variable RUNNING from the toaster script. Signed-off-by: Ed Bartosh Signed-off-by: Elliot Smith Signed-off-by: Richard Purdie --- diff --git a/bin/toaster b/bin/toaster index a8495592e21..ccbfdb30b02 100755 --- a/bin/toaster +++ b/bin/toaster @@ -185,7 +185,6 @@ fi BBBASEDIR=`dirname $TOASTER`/.. OEROOT=`dirname $TOASTER`/../.. -RUNNING=0 NOTOASTERUI=0 WEBSERVER=1 TOASTER_BRBE=""