diff options
author | Kevin Ryde <user42@zip.com.au> | 2004-04-24 21:21:22 +0000 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2004-04-24 21:21:22 +0000 |
commit | 20fdb4dff73b6be510f6ad57458640f53ddd5359 (patch) | |
tree | 9f7186bbea04d9b856924dd3f8f4bd1b04199f74 /libguile/unif.c | |
parent | 384660593829ec747fb0d9683e87e5ebb598f3f3 (diff) | |
download | guile-20fdb4dff73b6be510f6ad57458640f53ddd5359.tar.gz |
(s_scm_make_uve): Remove unused local variable. Reported by
Hyperdivision.
Diffstat (limited to 'libguile/unif.c')
-rw-r--r-- | libguile/unif.c | 2 |
1 files changed, 0 insertions, 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" |