Skip to content

Commit

Permalink
Remove DFconvert() macro (#525)
Browse files Browse the repository at this point in the history
This is unused
  • Loading branch information
derobins authored Feb 13, 2024
1 parent 9553ce6 commit 45dcbec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 113 deletions.
108 changes: 0 additions & 108 deletions hdf/src/dfconvrt.h

This file was deleted.

8 changes: 3 additions & 5 deletions hdf/src/dfsd.c
Original file line number Diff line number Diff line change
Expand Up @@ -3677,10 +3677,9 @@ DFSDIputdata(const char *filename, intn rank, int32 *dimsizes, void *data, intn
intn
DFSDIgetslice(const char *filename, int32 winst[], int32 windims[], void *data, int32 dims[], intn isfortran)
{
intn rank; /* number of dimensions in data[] */
int32 leastsig; /* fastest varying subscript in the array */
int32 error; /* flag if an error occurred, */
/* used by DFconvert macro */
intn rank; /* number of dimensions in data[] */
int32 leastsig; /* fastest varying subscript in the array */
int32 error; /* flag if an error occurred, */
int32 convert; /* true if machine NT != NT to be read */
int32 transposed; /* true if we must transpose the data before writing */
int32 done; /* true if we are at the end of the slice */
Expand Down Expand Up @@ -4673,7 +4672,6 @@ DFSDwriteslab(int32 start[], int32 stride[], int32 count[], void *data)
int32 *filedims; /* tmp array containing the dimensions */
/* of the dataset in the file */
int32 r_error; /* flag if an error occurred, */
/* used by DFconvert macro */
int32 aid;

uint8 platnumsubclass; /* class of this NT for this platform */
Expand Down

0 comments on commit 45dcbec

Please sign in to comment.