]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/vm/vm.factor
compiler.*: Remove the scrubbing part of the GC maps
[factor.git] / basis / vm / vm.factor
index 9bcda290fb900dd9b723c6c403e226d057a36885..f14fa9f227d3aaf57e0a4d3fbb533bb43eba5ef4 100644 (file)
@@ -102,8 +102,6 @@ STRUCT: gc-event
 ! gc-info should be kept in sync with:
 !   vm/gc_info.hpp
 STRUCT: gc-info
-    { scrub-d-count uint read-only }
-    { scrub-r-count uint read-only }
     { gc-root-count uint read-only }
     { derived-root-count uint read-only }
     { return-address-count uint read-only } ;