diff --git a/src/minibuf.c b/src/minibuf.c index 50de309d21b..0ccab2707d4 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -1995,7 +1995,6 @@ Return nil if there is no valid completion, else t. */) { Lisp_Object completion, tem, tem1; register int i, i_byte; - register const unsigned char *completion_string; struct gcpro gcpro1, gcpro2; int prompt_end_charpos = XINT (Fminibuffer_prompt_end ());