]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
fortran: Cleanup obsolete comment
authorMikael Morin <mikael@gcc.gnu.org>
Thu, 30 Oct 2025 11:51:03 +0000 (12:51 +0100)
committerMikael Morin <mikael@gcc.gnu.org>
Thu, 30 Oct 2025 15:42:09 +0000 (16:42 +0100)
gcc/fortran/ChangeLog:

* trans-array.cc: Cleanup obsolete comment.

gcc/fortran/trans-array.cc

index e2b17a725be8b368b16d68f4afcd014c428f0627..cb40816558e61a37f216eff8f4083ca11f0d38af 100644 (file)
@@ -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)