diff --git a/core/system/system.factor b/core/system/system.factor index c077da71916..f3b1b5c94d2 100644 --- a/core/system/system.factor +++ b/core/system/system.factor @@ -62,8 +62,6 @@ PRIVATE> : vm ( -- path ) \ vm get-global ; -: install-prefix ( -- path ) \ install-prefix get-global ; - : embedded? ( -- ? ) OBJ-EMBEDDED special-object ; : version-info ( -- str )