remove dead code

db4
Doug Coleman 2009-04-01 12:47:17 -05:00
parent 826d9f18c5
commit 9ecf8ec3db
1 changed files with 0 additions and 4 deletions

View File

@ -51,10 +51,6 @@ SYMBOL: tagstack
skip-whitespace
[ current { [ CHAR: = = ] [ blank? ] } 1|| ] take-until ;
: read-=1 ( state-parser -- )
skip-whitespace
[ [ current CHAR: = = ] take-until drop ] [ next drop ] bi ;
: read-token ( state-parser -- string )
[ current blank? ] take-until ;