diff options
Diffstat (limited to 'Python/hashtable.c')
-rw-r--r-- | Python/hashtable.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/hashtable.c b/Python/hashtable.c index 4e22a1a5509..8f5e8168ba1 100644 --- a/Python/hashtable.c +++ b/Python/hashtable.c @@ -226,7 +226,6 @@ _Py_hashtable_set(_Py_hashtable_t *ht, const void *key, void *value) assert(entry == NULL); #endif - entry = ht->alloc.malloc(sizeof(_Py_hashtable_entry_t)); if (entry == NULL) { /* memory allocation failed */ |