From 20fdb4dff73b6be510f6ad57458640f53ddd5359 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sat, 24 Apr 2004 21:21:22 +0000 Subject: [PATCH] (s_scm_make_uve): Remove unused local variable. Reported by Hyperdivision. --- libguile/unif.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libguile/unif.c b/libguile/unif.c index 8944697d3..912186d4a 100644 --- a/libguile/unif.c +++ b/libguile/unif.c @@ -137,8 +137,6 @@ singp (SCM obj) } } -static const char s_scm_make_uve[]; - static SCM make_uve (long type, long k, size_t size) #define FUNC_NAME "scm_make_uve"