summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2023-09-25 19:41:48 (GMT)
committerGitHub <noreply@github.com>2023-09-25 19:41:48 (GMT)
commit1e852b94bdcfbfe6f5e21c02c2d01a709b8040b0 (patch)
treec25cd5ed9e2c4dc3e263b3e53615eb631f7f7b4f /fortran
parent995e13dedfd468a6daf984d1043cab6052e16d6f (diff)
downloadhdf5-1e852b94bdcfbfe6f5e21c02c2d01a709b8040b0.zip
hdf5-1e852b94bdcfbfe6f5e21c02c2d01a709b8040b0.tar.gz
hdf5-1e852b94bdcfbfe6f5e21c02c2d01a709b8040b0.tar.bz2
Removed the use of -commons linking option on Darwin (#3581)
Removed the use of -commons linking option on Darwin as COMMON and EQUIVALENCE is no long used
Diffstat (limited to 'fortran')
-rw-r--r--fortran/src/H5_ff.F902
1 files changed, 0 insertions, 2 deletions
diff --git a/fortran/src/H5_ff.F90 b/fortran/src/H5_ff.F90
index 7bd2e26..68b3dd8 100644
--- a/fortran/src/H5_ff.F90
+++ b/fortran/src/H5_ff.F90
@@ -12,8 +12,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