1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-03 08:10:31 +02:00

Remove unused variable in hashtab.c

* libguile/hashtab.c:
This commit is contained in:
Andy Wingo 2025-06-20 14:22:39 +02:00
parent d8c1ea4049
commit 4bb5fc526b

View file

@ -493,8 +493,6 @@ static unsigned long hashtable_size[] = {
#define HASHTABLE_SIZE_N (sizeof(hashtable_size)/sizeof(unsigned long)) #define HASHTABLE_SIZE_N (sizeof(hashtable_size)/sizeof(unsigned long))
static char *s_hashtable = "hashtable";
static SCM static SCM
make_hash_table (unsigned long k, const char *func_name) make_hash_table (unsigned long k, const char *func_name)
{ {