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 93ea286cfb8..121d7042353 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -5883,8 +5883,6 @@ garbage_collect_1 (void *end) | |||
| 5883 | 5883 | ||
| 5884 | gc_sweep (); | 5884 | gc_sweep (); |
| 5885 | 5885 | ||
| 5886 | unmark_threads (); | ||
| 5887 | |||
| 5888 | /* Clear the mark bits that we set in certain root slots. */ | 5886 | /* Clear the mark bits that we set in certain root slots. */ |
| 5889 | VECTOR_UNMARK (&buffer_defaults); | 5887 | VECTOR_UNMARK (&buffer_defaults); |
| 5890 | VECTOR_UNMARK (&buffer_local_symbols); | 5888 | VECTOR_UNMARK (&buffer_local_symbols); |