diff options
Diffstat (limited to 'gcc/ch/expr.c')
-rw-r--r-- | gcc/ch/expr.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/ch/expr.c b/gcc/ch/expr.c index 16b1e3c..a016bf9 100644 --- a/gcc/ch/expr.c +++ b/gcc/ch/expr.c @@ -2477,8 +2477,6 @@ build_chill_function_call (function, expr) } else { - actual = chill_convert_for_assignment (TREE_TYPE (type), - actual, place); sprintf (place, "parameter_%d", parmno); actual = decl_temp1 (get_identifier (place), TREE_TYPE (type), 0, actual, 0, 0); |