stage3/fill_candidate_datatypes.hh
changeset 478 b13feab3b918
parent 476 38d85e9a0507
child 479 a174d61f2087
--- a/stage3/fill_candidate_datatypes.hh	Tue Mar 13 12:39:09 2012 +0000
+++ b/stage3/fill_candidate_datatypes.hh	Tue Mar 13 16:38:21 2012 +0000
@@ -79,7 +79,7 @@
     /* the current IL operand being analyzed - its symbol and its data type */
     symbol_c *il_operand_type;
     symbol_c *il_operand;
-    symbol_c *widening_conversion(symbol_c *left_type, symbol_c *right_type, const struct widen_entry widen_table[], bool &deprecated_operation);
+    symbol_c *widening_conversion(symbol_c *left_type, symbol_c *right_type, const struct widen_entry widen_table[]);
 
     /* Match a function declaration with a function call through their parameters.*/
     /* returns true if compatible function/FB invocation, otherwise returns false */