From 1c7b556b005ee31268408058b96f317bda7cb90d Mon Sep 17 00:00:00 2001 From: Mikael Morin Date: Thu, 30 Oct 2025 12:51:03 +0100 Subject: [PATCH] fortran: Cleanup obsolete comment gcc/fortran/ChangeLog: * trans-array.cc: Cleanup obsolete comment. --- gcc/fortran/trans-array.cc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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) -- 2.47.3