From 02956a25cef357ce4cf12cfcfa11fe9cf4fcdecd Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Mon, 28 Mar 2016 22:28:57 -0700 Subject: [PATCH] vm: compact-gc was checked twice. --- vm/debug.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/vm/debug.cpp b/vm/debug.cpp index 762aa524b1..216155d048 100644 --- a/vm/debug.cpp +++ b/vm/debug.cpp @@ -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")