]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/compaction.cpp
VM: Remove redundant #ifdef FACTOR_DEBUGs
[factor.git] / vm / compaction.cpp
index 136301918ffcbd9af96f6bffe2be15281c2f2567..1e301bc196d62d6d18eca73e5b5cfd2f585c8a13 100644 (file)
@@ -173,7 +173,7 @@ void factor_vm::update_code_roots_for_compaction() {
 void factor_vm::collect_compact_impl(bool trace_contexts_p) {
   gc_event* event = current_gc->event;
 
-#if defined(FACTOR_DEBUG)
+#ifdef FACTOR_DEBUG
   code->verify_all_blocks_set();
 #endif