removed duplicate file-system-info definition. oops

db4
Doug Coleman 2008-11-11 13:41:34 -06:00
parent bbaa8b95bd
commit c860ab78b6
1 changed files with 0 additions and 2 deletions

View File

@ -4,8 +4,6 @@ USING: sequences system vocabs.loader combinators accessors
kernel math.order sorting ;
IN: unix.statfs
TUPLE: file-system-info root-directory total-free-size total-size ;
HOOK: >file-system-info os ( struct -- statfs )
HOOK: file-systems os ( -- array )