calendar.format: unused word

char-rename
Björn Lindqvist 2017-01-04 11:09:34 +01:00
parent a3abd46500
commit c48319cb35
1 changed files with 0 additions and 6 deletions

View File

@ -167,12 +167,6 @@ TYPED: timestamp>ymd ( timestamp: timestamp -- str )
TYPED: timestamp>hms ( timestamp: timestamp -- str )
[ (timestamp>hms) ] with-string-writer ;
: (timestamp>hm) ( timestamp -- )
{ hh ":" mm } formatted ;
TYPED: timestamp>hm ( timestamp: timestamp -- str )
[ (timestamp>hm) ] with-string-writer ;
TYPED: timestamp>ymdhms ( timestamp: timestamp -- str )
[
>gmt