]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/tools/files/unix/unix.factor
basis: removing unnecessary method stack effects.
[factor.git] / basis / tools / files / unix / unix.factor
index 642ee164cca36ca037156d2bb2c8bbf45cd014a5..fdc55c864d90df29e1823d22cee5e43d0a96fc22 100644 (file)
@@ -45,7 +45,7 @@ IN: tools.files.unix
         [ drop "" ]
     } cond ;
 
-M: unix (directory.) ( path -- lines )
+M: unix (directory.)
     <listing-tool>
         {
             +permissions+ +nlinks+ +user+ +group+
@@ -54,7 +54,7 @@ M: unix (directory.) ( path -- lines )
         { { directory-entry>> name>> <=> } } >>sort
     [ [ list-files ] with-group-cache ] with-user-cache ;
 
-M: unix file-spec>string ( file-listing spec -- string )
+M: unix file-spec>string
     {
         { +file-name/type+ [
             directory-entry>> [ name>> ] [ file-type>trailing ] bi append