builder.util: remove old code

db4
Eduardo Cavazos 2008-07-11 13:27:04 -05:00
parent 698a66d076
commit 8ab25384c4
1 changed files with 0 additions and 8 deletions

View File

@ -41,14 +41,6 @@ DEFER: to-strings
: host-name* ( -- name ) host-name "." split first ;
! : datestamp ( -- string )
! now `{ ,[ dup timestamp-year ]
! ,[ dup timestamp-month ]
! ,[ dup timestamp-day ]
! ,[ dup timestamp-hour ]
! ,[ timestamp-minute ] }
! [ pad-00 ] map "-" join ;
: datestamp ( -- string )
now
{ year>> month>> day>> hour>> minute>> } <arr>