classes.builtin: remove bootstrap-type>class.

Not currently used, if adding more builtins maybe useful.
master
John Benediktsson 2020-09-23 19:49:35 -07:00
parent 7789bbc79c
commit 96d7da0169
1 changed files with 0 additions and 2 deletions

View 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 ;