Author: tene
Date: Sun Jan  4 20:41:28 2009
New Revision: 34957

Modified:
   branches/pct_hll/languages/lolcode/lolcode.pir

Log:
[lolcode]: Remove some debugging.

Modified: branches/pct_hll/languages/lolcode/lolcode.pir
==============================================================================
--- branches/pct_hll/languages/lolcode/lolcode.pir      (original)
+++ branches/pct_hll/languages/lolcode/lolcode.pir      Sun Jan  4 20:41:28 2009
@@ -53,12 +53,8 @@
     $P1 = $P0.'new'()
     $P1.'language'('lolcode')
     $P0 = get_hll_namespace ['lolcode';'Grammar']
-    $P2 = get_class $P0
-    $P2 = new $P2
     $P1.'parsegrammar'($P0)
     $P0 = get_hll_namespace ['lolcode';'Grammar';'Actions']
-    $P2 = get_class $P0
-    $P2 = new $P2
     $P1.'parseactions'($P0)
 .end
 

Reply via email to