]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/data_roots.hpp
VM: Remove redundant #ifdef FACTOR_DEBUGs
[factor.git] / vm / data_roots.hpp
index 1224554eb7e934f8914600c1427a02fd296bbd1c..bfbcb803e2d29a6997f5424bf126474c1cbd47f2 100644 (file)
@@ -41,9 +41,7 @@ struct gc_bignum {
   }
 
   ~gc_bignum() {
-#ifdef FACTOR_DEBUG
     FACTOR_ASSERT(parent->bignum_roots.back() == (cell) addr);
-#endif
     parent->bignum_roots.pop_back();
   }
 };