[Swift-commit] r2978 - trunk/resources

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Wed Jun 24 15:18:51 CDT 2009


Author: benc
Date: 2009-06-24 15:18:50 -0500 (Wed, 24 Jun 2009)
New Revision: 2978

Modified:
   trunk/resources/swiftscript.stg
Log:
Remove unused variable declaration template

Modified: trunk/resources/swiftscript.stg
===================================================================
--- trunk/resources/swiftscript.stg	2009-06-24 20:18:32 UTC (rev 2977)
+++ trunk/resources/swiftscript.stg	2009-06-24 20:18:50 UTC (rev 2978)
@@ -120,12 +120,6 @@
 </call>
 >>
 
-vardecl(sourcelocation) ::= <<
-$if (it.type)$
-<variable name="$it.name$" type="$it.type$"/>$\n$
-$endif$
->>
-
 returnParam(type,name,bind,sourcelocation) ::= <<
 <output$if (bind)$ bind="$bind$"$endif$>$name$</output>
 >>




More information about the Swift-commit mailing list