builder.util: Remove 'runtime' (use benchmark instead)

db4
Eduardo Cavazos 2008-05-09 14:36:33 -05:00
parent 3f1a2224b1
commit 8babbe05d9
1 changed files with 0 additions and 2 deletions
extra/builder/util

View File

@ -12,8 +12,6 @@ IN: builder.util
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
: runtime ( quot -- time ) benchmark ;
: minutes>ms ( min -- ms ) 60 * 1000 * ;
: file>string ( file -- string ) utf8 file-contents ;