VM: remove bignum_roots.clear() (snuck in during rebase)

db4
Björn Lindqvist 2014-11-16 22:33:22 +01:00 committed by John Benediktsson
parent 0e8e2af0a7
commit f9869d8ad9
1 changed files with 0 additions and 1 deletions

View File

@ -62,7 +62,6 @@ void factor_vm::dispatch_signal_handler(cell* sp, cell* pc, cell handler) {
corrupted. Therefore the root vectors needs to be cleared because corrupted. Therefore the root vectors needs to be cleared because
their pointers to stack variables are now garbage. */ their pointers to stack variables are now garbage. */
data_roots.clear(); data_roots.clear();
bignum_roots.clear();
code_roots.clear(); code_roots.clear();
} }