Remove commented-out code

db4
Slava Pestov 2008-04-17 03:03:00 -05:00
parent c177c76b63
commit 9589c5359a
1 changed files with 0 additions and 4 deletions

View File

@ -27,10 +27,6 @@ SYMBOL: bootstrap-time
diff
[ "bootstrap." prepend require ] each ;
! : compile-remaining ( -- )
! "Compiling remaining words..." print flush
! vocabs [ words [ compiled? not ] subset compile ] each ;
: count-words ( pred -- )
all-words swap subset length number>string write ;