]> gitweb.factorcode.org Git - factor.git/blobdiff - core/kernel/kernel.factor
VM: removing the unused callstack-bounds primitive
[factor.git] / core / kernel / kernel.factor
index c685dcbed07cd191fc8ab184cebd41e79cde0a39..74790c3d4a40d7f5ea17eac125e5ec093b171238 100644 (file)
@@ -37,7 +37,6 @@ PRIMITIVE: (execute) ( word -- )
 PRIMITIVE: (identity-hashcode) ( obj -- code )
 PRIMITIVE: become ( old new -- )
 PRIMITIVE: c-to-factor ( -- )
-PRIMITIVE: callstack-bounds ( -- start end )
 PRIMITIVE: check-datastack ( array in# out# -- ? )
 PRIMITIVE: compute-identity-hashcode ( obj -- )
 PRIMITIVE: context-object ( n -- obj )