Cleaning up comments.
authormario
Thu, 15 Nov 2007 15:43:34 +0100
changeset 90 dc6df1511570
parent 89 5b2ec5c057fa
child 91 ac119a256fc0
Cleaning up comments.
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