changeset 89552:47e79133c28a

(Fminibuffer_complete_word): Remove unused var.
author Dave Love <fx@gnu.org>
date Mon, 29 Sep 2003 18:07:03 +0000
parents 28a8f2be4414
children 7b8489e2f8f8
files src/minibuf.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/minibuf.c	Mon Sep 29 18:06:24 2003 +0000
+++ b/src/minibuf.c	Mon Sep 29 18:07:03 2003 +0000
@@ -1995,7 +1995,6 @@
 {
   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 ());