Delete incorrect comment.
authormjsousa <msousa@fe.up.pt>
Thu, 10 May 2012 19:09:02 +0100
changeset 554 476d595368af
parent 553 b654ca7a031a
child 555 da6e089d0006
Delete incorrect comment.
stage3/lvalue_check.cc
--- a/stage3/lvalue_check.cc	Thu May 10 16:15:27 2012 +0100
+++ b/stage3/lvalue_check.cc	Thu May 10 19:09:02 2012 +0100
@@ -392,7 +392,6 @@
 }
 
 void *lvalue_check_c::visit(il_simple_operation_c *symbol) {
-	/* recursive call to fill the candidate data types list */
 	current_il_operand = symbol->il_operand;
 	symbol->il_simple_operator->accept(*this);
 	current_il_operand = NULL;