From 7a9843ec5ce9d686ce6eea7fd3977af88420064d Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Tue, 11 Nov 2014 08:50:32 -0800 Subject: [PATCH] system: Remove bogus word added during merge commit. --- core/system/system.factor | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/system/system.factor b/core/system/system.factor index c077da7191..f3b1b5c94d 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 )