vm: compact-gc was checked twice.

locals-and-roots
John Benediktsson 2016-03-28 22:28:57 -07:00
parent 7d0c596c92
commit 02956a25ce
1 changed files with 0 additions and 2 deletions

View File

@ -537,8 +537,6 @@ void factor_vm::factorbug() {
ctx->push(addr);
} else if (cmd == "code")
dump_code_heap(cout);
else if (cmd == "compact-gc")
primitive_compact_gc();
else if (cmd == "gc")
primitive_full_gc();
else if (cmd == "compact-gc")