diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2015-12-17 16:48:49 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-18 13:51:54 +0000 |
commit | 563b786d4b4e565d6915384dfeef7d8c0bccb907 (patch) | |
tree | 5aacad28797e6912433b68c3bb5c430d4ea68166 | |
parent | aa3cc12db9c45595fd9e108418d0ee16c396d69d (diff) | |
download | poky-563b786d4b4e565d6915384dfeef7d8c0bccb907.tar.gz |
bitbake: toaster: remove unused variable
Removed unused variable RUNNING from the toaster script.
(Bitbake rev: 8b3f0b2c6efa2962d9c16e453f4d2c1af6419c6c)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Elliot Smith <elliot.smith@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rwxr-xr-x | bitbake/bin/toaster | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/bin/toaster b/bitbake/bin/toaster index a8495592e2..ccbfdb30b0 100755 --- a/bitbake/bin/toaster +++ b/bitbake/bin/toaster | |||
@@ -185,7 +185,6 @@ fi | |||
185 | 185 | ||
186 | BBBASEDIR=`dirname $TOASTER`/.. | 186 | BBBASEDIR=`dirname $TOASTER`/.. |
187 | OEROOT=`dirname $TOASTER`/../.. | 187 | OEROOT=`dirname $TOASTER`/../.. |
188 | RUNNING=0 | ||
189 | NOTOASTERUI=0 | 188 | NOTOASTERUI=0 |
190 | WEBSERVER=1 | 189 | WEBSERVER=1 |
191 | TOASTER_BRBE="" | 190 | TOASTER_BRBE="" |