aboutsummaryrefslogtreecommitdiffstats
path: root/src/fns.c
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2001-11-06 13:16:43 +0000
committerPavel Janík <[email protected]>2001-11-06 13:16:43 +0000
commit44dc78e04abbd8fe6aa72c4a115f67ef907f35ab (patch)
tree2631494020f0bc50f758eaea71a70da656406b06 /src/fns.c
parente154cc44d01eab7e4bc4a2c030ef5ffb55518ee2 (diff)
(copy_hash_table): Remove unused variable `v'.
Diffstat (limited to 'src/fns.c')
-rw-r--r--src/fns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fns.c b/src/fns.c
index 880886071d..621d19fbbc 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -4151,7 +4151,7 @@ copy_hash_table (h1)
{
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;