From 187c31a8789c37723b9288afd35f1785f1993895 Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Wed, 2 Dec 2015 10:02:37 -0800 Subject: toaster: remove unused variable Removed variable RUNNING as it's not used anymore in the toaster script. Signed-off-by: Ed Bartosh Signed-off-by: brian avery Signed-off-by: Richard Purdie --- bin/toaster | 2 -- 1 file changed, 2 deletions(-) (limited to 'bin') diff --git a/bin/toaster b/bin/toaster index abc8737a4..1ce4af703 100755 --- a/bin/toaster +++ b/bin/toaster @@ -176,9 +176,7 @@ fi BBBASEDIR=`dirname $TOASTER`/.. OEROOT=`dirname $TOASTER`/../.. - RUNNING=0 - NOTOASTERUI=0 WEBSERVER=1 TOASTER_BRBE="" -- cgit 1.2.3-korg