]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/files/unique/windows/windows.factor
basis: removing unnecessary method stack effects.
[factor.git] / basis / io / files / unique / windows / windows.factor
index faa025a6ec8a4c815762ce22b444c659519c055f..59223fee304a27f286da80e26640847227fc3e0a 100644 (file)
@@ -2,5 +2,5 @@ USING: destructors environment io.files.unique.private
 io.files.windows system windows.kernel32 ;
 IN: io.files.unique.windows
 
-M: windows (touch-unique-file) ( path -- )
+M: windows (touch-unique-file)
     GENERIC_WRITE CREATE_NEW 0 open-file dispose ;