mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-07-02 07:40:30 +02:00
Remove unused variable in hashtab.c
* libguile/hashtab.c:
This commit is contained in:
parent
d8c1ea4049
commit
4bb5fc526b
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue