Delete commented out code.
--- 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(",");