diff options
Diffstat (limited to 'common/main.c')
| -rw-r--r-- | common/main.c | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/common/main.c b/common/main.c index 878cffd81..42f4d025d 100644 --- a/common/main.c +++ b/common/main.c @@ -336,10 +336,6 @@ void main_loop (void)  	hush_init_var ();  #endif -#ifdef CONFIG_AUTO_COMPLETE -	install_auto_complete(); -#endif -  #ifdef CONFIG_PREBOOT  	if ((p = getenv ("preboot")) != NULL) {  # ifdef CONFIG_AUTOBOOT_KEYED |