summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2023-09-30 00:50:27 (GMT)
committerGitHub <noreply@github.com>2023-09-30 00:50:27 (GMT)
commitc423e74fbfbfe84497210e5b15db20bee8c84c3c (patch)
tree57ace42cf75642443af3eea5a92c57ae93d17cd9 /fortran
parent9f00c099dbcd1e5e287bc6c35cb028dfac4118dc (diff)
downloadhdf5-c423e74fbfbfe84497210e5b15db20bee8c84c3c.zip
hdf5-c423e74fbfbfe84497210e5b15db20bee8c84c3c.tar.gz
hdf5-c423e74fbfbfe84497210e5b15db20bee8c84c3c.tar.bz2
Removed the use of -commons linking option on Darwin (#3581) (#3618)
Diffstat (limited to 'fortran')
-rw-r--r--fortran/src/H5f90global.F902
1 files changed, 0 insertions, 2 deletions
diff --git a/fortran/src/H5f90global.F90 b/fortran/src/H5f90global.F90
index 718b95d..fe57550 100644
--- a/fortran/src/H5f90global.F90
+++ b/fortran/src/H5f90global.F90
@@ -9,8 +9,6 @@
! PURPOSE
! This module is used to pass C stubs for H5 Fortran APIs. The C stubs are
! packed into arrays in H5_f.c and these arrays are then passed to Fortran.
-! This module then uses EQUIVALENCE to assign elements of the arrays to
-! Fortran equivalent C stubs.
!
! NOTES
! The size of the C arrays in H5_f.c has to match the values of the variables