diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-05-04 16:41:47 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-05-04 16:41:47 (GMT) |
commit | 006e56802196ee6a43261aec7027815ad24ad3db (patch) | |
tree | 89a4c0c2c67f2a0f0e772fe05dc797fa3f72b347 /tools/test | |
parent | bcaf579ac4f0dba23b58c80a693ca40e5909b321 (diff) | |
download | hdf5-006e56802196ee6a43261aec7027815ad24ad3db.zip hdf5-006e56802196ee6a43261aec7027815ad24ad3db.tar.gz hdf5-006e56802196ee6a43261aec7027815ad24ad3db.tar.bz2 |
Remove duplicate defines
Diffstat (limited to 'tools/test')
-rw-r--r-- | tools/test/perform/pio_standalone.h | 9 | ||||
-rw-r--r-- | tools/test/perform/sio_standalone.h | 9 |
2 files changed, 0 insertions, 18 deletions
diff --git a/tools/test/perform/pio_standalone.h b/tools/test/perform/pio_standalone.h index 66ca05a..a40cff8 100644 --- a/tools/test/perform/pio_standalone.h +++ b/tools/test/perform/pio_standalone.h @@ -189,15 +189,6 @@ H5_DLL int HDfprintf (FILE *stream, const char *fmt, ...); #define HDoff_t off_t #endif -#ifndef H5_HAVE_WIN32_API -/* These definitions differ in Windows and are defined in - * H5win32defs for that platform. - */ -typedef struct stat h5_stat_t; -typedef off_t h5_stat_size_t; -#define HDoff_t off_t -#endif /* H5_HAVE_WIN32_API */ - #define HDftell(F) ftell(F) #define HDftruncate(F,L) ftruncate(F,L) #define HDfwrite(M,Z,N,F) fwrite(M,Z,N,F) diff --git a/tools/test/perform/sio_standalone.h b/tools/test/perform/sio_standalone.h index 8d6d110..e73a6b5 100644 --- a/tools/test/perform/sio_standalone.h +++ b/tools/test/perform/sio_standalone.h @@ -211,15 +211,6 @@ H5_DLL int HDfprintf (FILE *stream, const char *fmt, ...); #define HDoff_t off_t #endif -#ifndef H5_HAVE_WIN32_API -/* These definitions differ in Windows and are defined in - * H5win32defs for that platform. - */ -typedef struct stat h5_stat_t; -typedef off_t h5_stat_size_t; -#define HDoff_t off_t -#endif /* H5_HAVE_WIN32_API */ - #define HDftell(F) ftell(F) #define HDftruncate(F,L) ftruncate(F,L) #define HDfwrite(M,Z,N,F) fwrite(M,Z,N,F) |