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;