remove some unused words

db4
Doug Coleman 2008-09-17 01:01:15 -05:00
parent f7c175a985
commit 779e95a934
1 changed files with 0 additions and 6 deletions

View File

@ -113,12 +113,6 @@ ERROR: no-sql-type ;
(lookup-type) second
] if ;
: paren ( string -- new-string )
"(" swap ")" 3append ;
: join-space ( string1 string2 -- new-string )
" " swap 3append ;
: modifiers ( spec -- string )
modifiers>> [ lookup-modifier ] map " " join
[ "" ] [ " " prepend ] if-empty ;