[Swift-commit] r2050 - trunk/resources

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Fri Jun 6 11:55:20 CDT 2008


Author: benc
Date: 2008-06-06 11:55:20 -0500 (Fri, 06 Jun 2008)
New Revision: 2050

Modified:
   trunk/resources/swiftscript.g
Log:
remove "null" token from parser - it is not used anywhere

Modified: trunk/resources/swiftscript.g
===================================================================
--- trunk/resources/swiftscript.g	2008-06-06 15:14:50 UTC (rev 2049)
+++ trunk/resources/swiftscript.g	2008-06-06 16:55:20 UTC (rev 2050)
@@ -1000,10 +1000,6 @@
         code=template("bConst");
         code.setAttribute("value", f.getText());
       }
-    | n:"null"
-      {
-        code=template("null");
-      }
     | code=arrayInitializer
     ;
 




More information about the Swift-commit mailing list