wingo pushed a commit to branch wip-whippet in repository guile. commit 4bb5fc526b7845719e44e8c4903b68b6f27dfbc0 Author: Andy Wingo <wi...@pobox.com> AuthorDate: Fri Jun 20 14:22:39 2025 +0200
Remove unused variable in hashtab.c * libguile/hashtab.c: --- libguile/hashtab.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libguile/hashtab.c b/libguile/hashtab.c index d24d7dcd4..f97aa0e4c 100644 --- a/libguile/hashtab.c +++ b/libguile/hashtab.c @@ -493,8 +493,6 @@ static unsigned long hashtable_size[] = { #define HASHTABLE_SIZE_N (sizeof(hashtable_size)/sizeof(unsigned long)) -static char *s_hashtable = "hashtable"; - static SCM make_hash_table (unsigned long k, const char *func_name) {