[Swift-commit] r5125 - branches/release-0.93/examples/misc

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Sun Sep 18 21:41:02 CDT 2011


Author: ketan
Date: 2011-09-18 21:41:02 -0500 (Sun, 18 Sep 2011)
New Revision: 5125

Modified:
   branches/release-0.93/examples/misc/catsn.swift
Log:
cleaned catsn example

Modified: branches/release-0.93/examples/misc/catsn.swift
===================================================================
--- branches/release-0.93/examples/misc/catsn.swift	2011-09-18 04:35:34 UTC (rev 5124)
+++ branches/release-0.93/examples/misc/catsn.swift	2011-09-19 02:41:02 UTC (rev 5125)
@@ -5,9 +5,6 @@
   cat @i stdout=@o;
 }
 
-string t = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";
-string char[] = @strsplit(t, "");  
-
 file out[]<simple_mapper; location=".", prefix="catsn.",suffix=".out">;
 foreach j in [1:@toint(@arg("n","10"))] {
   file data<"data.txt">;




More information about the Swift-commit mailing list