diff --git a/vm/objects.cpp b/vm/objects.cpp index 494aca3c5b..21948e5e7a 100644 --- a/vm/objects.cpp +++ b/vm/objects.cpp @@ -145,13 +145,6 @@ void factor_vm::primitive_become() all objects on a minor GC. */ data->mark_all_cards(); primitive_minor_gc(); - - /* If a word's definition quotation was in old_objects and the - quotation in new_objects is not compiled, we might leak memory - by referencing the old quotation unless we recompile all - unoptimized words. */ - compile_all_words(); - update_code_heap_words(); } }