From: Mikael Morin <[email protected]>
Bootstrapped on powerpc64le-unknown-linux-gnu, pushed as obvious.
-- >8 --
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.51.0