Remove debugging printf() added by mistake in previous commit.
authorMario de Sousa <msousa@fe.up.pt>
Tue, 23 Aug 2011 11:54:34 +0100
changeset 361 e0c2f01251dc
parent 360 f4ce1b1c2112
child 362 6482d83fadee
Remove debugging printf() added by mistake in previous commit.
stage3/visit_expression_type.cc
--- a/stage3/visit_expression_type.cc	Tue Aug 23 11:51:14 2011 +0100
+++ b/stage3/visit_expression_type.cc	Tue Aug 23 11:54:34 2011 +0100
@@ -661,7 +661,6 @@
     error = true;
   }
   if (!is_compatible_type(left_type, right_type)) {
-printf("visit_expression_type_c::compute_expression(): left_type & right_type are incompatible\n");
     if (debug) printf("visit_expression_type_c::compute_expression(): left_type & right_type are incompatible\n");
     if ((left_expr != NULL) && (right_expr != NULL))
       STAGE3_ERROR(left_expr, right_expr, "Type mismatch between operands.");