diff options
Diffstat (limited to 'src/bytecode.c')
| -rw-r--r-- | src/bytecode.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bytecode.c b/src/bytecode.c index 1913a4812a0..1c3b6eac0d1 100644 --- a/src/bytecode.c +++ b/src/bytecode.c | |||
| @@ -1401,7 +1401,6 @@ exec_byte_code (Lisp_Object bytestr, Lisp_Object vector, Lisp_Object maxdepth, | |||
| 1401 | Lisp_Object v1 = POP; | 1401 | Lisp_Object v1 = POP; |
| 1402 | ptrdiff_t i; | 1402 | ptrdiff_t i; |
| 1403 | struct Lisp_Hash_Table *h = XHASH_TABLE (jmp_table); | 1403 | struct Lisp_Hash_Table *h = XHASH_TABLE (jmp_table); |
| 1404 | hash_rehash_if_needed (h); | ||
| 1405 | 1404 | ||
| 1406 | /* h->count is a faster approximation for HASH_TABLE_SIZE (h) | 1405 | /* h->count is a faster approximation for HASH_TABLE_SIZE (h) |
| 1407 | here. */ | 1406 | here. */ |