]> gitweb.factorcode.org Git - factor.git/commitdiff
classes.builtin: remove bootstrap-type>class.
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 24 Sep 2020 02:49:35 +0000 (19:49 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 24 Sep 2020 02:49:35 +0000 (19:49 -0700)
Not currently used, if adding more builtins maybe useful.

core/classes/builtin/builtin.factor

index 7dd66988e2aa4ee81adbbf3528caf5d04f8a41ae..ad6d2a2868c8a6e4553e361c497f65be96f4154f 100644 (file)
@@ -13,8 +13,6 @@ PREDICATE: builtin-class < class
 
 : type>class ( n -- class ) builtins get-global nth ; foldable
 
-: bootstrap-type>class ( n -- class ) builtins get nth ;
-
 M: object class-of tag type>class ; inline
 
 M: builtin-class rank-class drop 0 ;