From: Dave Love Date: Mon, 29 Sep 2003 18:07:03 +0000 (+0000) Subject: (Fminibuffer_complete_word): Remove unused var. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1796 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e714d5dc90be832ece46f6336161a0ff4c776306;p=emacs.git (Fminibuffer_complete_word): Remove unused var. --- 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 ());