From 5323c49fe6bea9cf4983c3a76d01ecd38aa59ca8 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Sun, 21 Sep 2025 09:00:41 -0400 Subject: [PATCH] configure: remove redundant ARG_ARM_THUMB checks Change-Id: I25a5e631605173596de5971ff8d9bd7b7500791f --- tools/configure | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/configure b/tools/configure index 0e0b143da1..63034695ee 100755 --- a/tools/configure +++ b/tools/configure @@ -2421,7 +2421,6 @@ fi t_manufacturer="as3525" t_model="sansa-clip" sysfont="08-Rockfont" - if [ "$ARG_ARM_THUMB" != 0 ]; then ARG_ARM_THUMB=1; fi arm9tdmicc ;; @@ -2462,7 +2461,6 @@ fi t_manufacturer="as3525" t_model="sansa-m200v4" sysfont="08-Rockfont" - if [ "$ARG_ARM_THUMB" != 0 ]; then ARG_ARM_THUMB=1; fi arm9tdmicc ;; @@ -2504,7 +2502,6 @@ fi t_cpu="arm" t_manufacturer="as3525" t_model="sansa-c200v2" - if [ "$ARG_ARM_THUMB" != 0 ]; then ARG_ARM_THUMB=1; fi arm9tdmicc ;;