summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-04 10:03:34 -0500
committerTom Rini <trini@konsulko.com>2022-12-23 10:07:03 -0500
commit218ce3695bfd02f048443f888137e134dbcfcbfc (patch)
treea691f2d49019afa2e8d3574f821802d69cd177e1 /common
parentd5c4b8b0631a1da03e67fdeb1b5bf4a637a33c20 (diff)
global: Remove undef CONFIG_... for unused values
We have a number of places that undef CONFIG_... while we never reference CONFIG_... in the first place. Remove these lines. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'common')
-rw-r--r--common/cli_hush.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/cli_hush.c b/common/cli_hush.c
index 1467ff81b35..a80b84756bb 100644
--- a/common/cli_hush.c
+++ b/common/cli_hush.c
@@ -112,7 +112,6 @@
#define applet_name "hush"
#include "standalone.h"
#define hush_main main
-#undef CONFIG_FEATURE_SH_FANCY_PROMPT
#define BB_BANNER
#endif
#endif