]> gitweb.factorcode.org Git - factor.git/commitdiff
vm: compact-gc was checked twice.
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 29 Mar 2016 05:28:57 +0000 (22:28 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 29 Mar 2016 05:28:57 +0000 (22:28 -0700)
vm/debug.cpp

index 762aa524b1d07180a5054dc4c9291176b74aa838..216155d0481f1565f6f3c5af2baf46bd132071a5 100644 (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")