From: Mikael Morin Date: Thu, 30 Oct 2025 11:51:03 +0000 (+0100) Subject: fortran: Cleanup obsolete comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c7b556b005ee31268408058b96f317bda7cb90d;p=thirdparty%2Fgcc.git fortran: Cleanup obsolete comment gcc/fortran/ChangeLog: * trans-array.cc: Cleanup obsolete comment. --- diff --git a/gcc/fortran/trans-array.cc b/gcc/fortran/trans-array.cc index e2b17a725be..cb40816558e 100644 --- a/gcc/fortran/trans-array.cc +++ b/gcc/fortran/trans-array.cc @@ -268,13 +268,7 @@ gfc_conv_descriptor_data_get (tree desc) return fold_convert (GFC_TYPE_ARRAY_DATAPTR_TYPE (type), field); } -/* This provides WRITE access to the data field. - - TUPLES_P is true if we are generating tuples. - - This function gets called through the following macros: - gfc_conv_descriptor_data_set - gfc_conv_descriptor_data_set. */ +/* This provides WRITE access to the data field. */ void gfc_conv_descriptor_data_set (stmtblock_t *block, tree desc, tree value)