autocomplete: remove runtime handler install
[oweals/u-boot.git] / common / main.c
index 878cffd815e3a6fccdebc595123a1702b0bd28d1..42f4d025dcb3abd5f1bd6c9aecd2ff8cdb7a1bfc 100644 (file)
@@ -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