# HG changeset patch
# User mjsousa <msousa@fe.up.pt>
# Date 1336673342 -3600
# Node ID 476d595368af76396e341cae3a87dc331c3aff0a
# Parent  b654ca7a031a19db6cd2f8475096201c5d5ccc6d
Delete incorrect comment.

diff -r b654ca7a031a -r 476d595368af 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;