changeset 40769:fa1546836808

(copy_hash_table): Remove unused variable `v'.
author Pavel Janík <Pavel@Janik.cz>
date Tue, 06 Nov 2001 13:15:29 +0000
parents 5f84fb94758c
children 5647e2db98ed
files src/fns.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;