diff mbox series

[oe-layersetup,12/15] oe-layertool-setup: drop unused variable

Message ID 20230607200504.3810426-13-rs@ti.com
State Superseded
Delegated to: Ryan Eatmon
Headers show
Series Sacrifice your first born to the linter | expand

Commit Message

Randolph Sapp June 7, 2023, 8:05 p.m. UTC
From: StaticRocket <35777938+StaticRocket@users.noreply.github.com>

Drop the unused IMAGES variable.

Signed-off-by: StaticRocket <35777938+StaticRocket@users.noreply.github.com>
---
 oe-layertool-setup.sh | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/oe-layertool-setup.sh b/oe-layertool-setup.sh
index e0cfe4e..0928959 100755
--- a/oe-layertool-setup.sh
+++ b/oe-layertool-setup.sh
@@ -848,7 +848,6 @@  print_motd() {
 print_image_names() {
     SOURCES="${1}"
     FOLDERS=$(find "${SOURCES}" -type d -a -iname images|grep recipes-core|sed -e "s/.*sources\///g"|cut -d '/' -f1|sort -u -r)
-    IMAGES=""
     for FOLDER in ${FOLDERS}
     do
         RECO=""