From d0f2b1c606d3203344c18285353dc2a99c79207b Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Thu, 9 Jul 2009 06:31:38 -0500 Subject: [PATCH] io.launcher: unnecessary word --- basis/io/launcher/launcher.factor | 2 -- 1 file changed, 2 deletions(-) diff --git a/basis/io/launcher/launcher.factor b/basis/io/launcher/launcher.factor index f4978672d9..34325780c0 100755 --- a/basis/io/launcher/launcher.factor +++ b/basis/io/launcher/launcher.factor @@ -280,5 +280,3 @@ M: output-process-error error. { [ os winnt? ] [ "io.launcher.windows.nt" require ] } [ ] } cond - -: run-desc ( desc -- result ) ascii f swap stream-read-until drop ;