summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/hush.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/hush.c b/common/hush.c
index 1d55e5b4d4..b1ab0dc0a7 100644
--- a/common/hush.c
+++ b/common/hush.c
@@ -378,7 +378,6 @@ static char *getprompt(void)
static void get_user_input(struct in_str *i)
{
- extern char console_buffer[CONFIG_CBSIZE];
int n;
static char the_command[CONFIG_CBSIZE];