diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-05-25 14:58:39 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-05-25 14:58:39 (GMT) |
commit | e082497e0cf285a1cedb30c1b011941ce81761fe (patch) | |
tree | fa08a8a16d619d6b9146b8136fd22303c7dce985 | |
parent | 243cf5ce6c9ff4531a252b44d513ee25fe390313 (diff) | |
download | hdf5-e082497e0cf285a1cedb30c1b011941ce81761fe.zip hdf5-e082497e0cf285a1cedb30c1b011941ce81761fe.tar.gz hdf5-e082497e0cf285a1cedb30c1b011941ce81761fe.tar.bz2 |
[svn-r20900] Remove duplicated function lines
-rwxr-xr-x | hl/fortran/src/H5LTf90proto.h | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/hl/fortran/src/H5LTf90proto.h b/hl/fortran/src/H5LTf90proto.h index 470f174..afb3259 100755 --- a/hl/fortran/src/H5LTf90proto.h +++ b/hl/fortran/src/H5LTf90proto.h @@ -441,36 +441,6 @@ nh5ltmake_dataset_nint3_c (hid_t_f *loc_id, HDF5_HL_F90CSTUBDLL int_f -nh5ltmake_dataset_nint1_c (hid_t_f *loc_id, - int_f *namelen, - _fcd name, - int_f *rank, - hsize_t_f *dims, - hid_t_f *type_id, - void *buf); - -HDF5_HL_F90CSTUBDLL -int_f -nh5ltmake_dataset_nint2_c (hid_t_f *loc_id, - int_f *namelen, - _fcd name, - int_f *rank, - hsize_t_f *dims, - hid_t_f *type_id, - void *buf); - -HDF5_HL_F90CSTUBDLL -int_f -nh5ltmake_dataset_nint3_c (hid_t_f *loc_id, - int_f *namelen, - _fcd name, - int_f *rank, - hsize_t_f *dims, - hid_t_f *type_id, - void *buf); - -HDF5_HL_F90CSTUBDLL -int_f nh5ltmake_dataset_nint4_c (hid_t_f *loc_id, int_f *namelen, _fcd name, |