* trans-expr.c (gfc_conv_function_call): Remove bogus TODO.

From-SVN: r94074
This commit is contained in:
Paul Brook 2005-01-22 19:20:01 +00:00 committed by Paul Brook
parent af30f793c9
commit 1438a8c909
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-01-22 Paul Brook <paul@codesourcery.com>
* trans-expr.c (gfc_conv_function_call): Remove bogus TODO.
2005-01-22 Paul Brook <paul@codesourcery.com>
* gfortran.h (gfc_check_access): Add prototype.

View File

@ -1113,7 +1113,7 @@ gfc_conv_function_call (gfc_se * se, gfc_symbol * sym,
arglist = gfc_chainon_list (arglist,
convert (gfc_charlen_type_node, len));
}
else /* TODO: derived type function return values. */
else
gcc_unreachable ();
}