diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/alloc.c b/src/alloc.c index e25d91ff8aa..db165757e19 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -5799,8 +5799,6 @@ garbage_collect_1 (void *end) | |||
| 5799 | 5799 | ||
| 5800 | gc_sweep (); | 5800 | gc_sweep (); |
| 5801 | 5801 | ||
| 5802 | relocate_byte_stack (); | ||
| 5803 | |||
| 5804 | /* Clear the mark bits that we set in certain root slots. */ | 5802 | /* Clear the mark bits that we set in certain root slots. */ |
| 5805 | VECTOR_UNMARK (&buffer_defaults); | 5803 | VECTOR_UNMARK (&buffer_defaults); |
| 5806 | VECTOR_UNMARK (&buffer_local_symbols); | 5804 | VECTOR_UNMARK (&buffer_local_symbols); |