# HG changeset patch
# User mario
# Date 1195137814 -3600
# Node ID dc6df15115700d8fa275bad8e1ab906721faac99
# Parent  5b2ec5c057fa14da9e173723e1737d3924183e06
Cleaning up comments.

diff -r 5b2ec5c057fa -r dc6df1511570 stage1_2/iec.y
--- a/stage1_2/iec.y	Thu Nov 15 15:41:52 2007 +0100
+++ b/stage1_2/iec.y	Thu Nov 15 15:43:34 2007 +0100
@@ -4362,10 +4362,6 @@
 	{$$ = new il_simple_operation_c($1, $2, locloc(@$));}
 | il_simple_operator_clash_il_operand
 	{$$ = new il_simple_operation_c($1.first, $1.second, locloc(@$));}
-	 /* TODO: free the memory used up by the no longer used $1 object! */
-	 /*       I don't do it now because I would have to test the change, and am
-	  *       currently frying bigger fish... (Mario)
-	 /*   free($1); */
 /* NOTE: the line
  *         | il_simple_operator
  *       already contains the 'NOT' operator, as well as all the