# HG changeset patch # User mjsousa # Date 1433786553 -3600 # Node ID 64c9fe787f12858a22f52e0c11f8d879230ecfe4 # Parent 45bd3e90ecec2ffcfab0d2190b5ce81fc7ea57ed Delete commented out code. diff -r 45bd3e90ecec -r 64c9fe787f12 stage4/generate_c/generate_c_inlinefcall.cc --- a/stage4/generate_c/generate_c_inlinefcall.cc Mon Jun 08 19:01:56 2015 +0100 +++ b/stage4/generate_c/generate_c_inlinefcall.cc Mon Jun 08 19:02:33 2015 +0100 @@ -265,21 +265,6 @@ else s4o.print(SET_VAR); s4o.print("(,"); -/* - wanted_variablegeneration = complextype_base_vg; - symbol->accept(*this); - s4o.print(","); - wanted_variablegeneration = expression_vg; - print_check_function(type, value, NULL, true); - if (analyse_variable_c::contains_complex_type(symbol)) { - s4o.print(","); - wanted_variablegeneration = complextype_suffix_vg; - symbol->accept(*this); - } - s4o.print(")"); - wanted_variablegeneration = expression_vg; - return NULL; -*/ wanted_variablegeneration = complextype_base_vg; symbol->accept(*this); s4o.print(",");