diff options
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" |