# HG changeset patch # User Pavel Jank # Date 1005052529 0 # Node ID fa15468368085f09af58e35fedbd244787381177 # Parent 5f84fb94758c7174ffac2bcf25d3b1bf046c2b7e (copy_hash_table): Remove unused variable `v'. diff -r 5f84fb94758c -r fa1546836808 src/fns.c --- a/src/fns.c Tue Nov 06 09:53:20 2001 +0000 +++ b/src/fns.c Tue Nov 06 13:15:29 2001 +0000 @@ -4151,7 +4151,7 @@ { Lisp_Object table; struct Lisp_Hash_Table *h2; - struct Lisp_Vector *v, *next; + struct Lisp_Vector *next; h2 = allocate_hash_table (); next = h2->vec_next;