diff options
author | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2018-03-12 14:14:56 (GMT) |
---|---|---|
committer | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2018-03-12 14:14:56 (GMT) |
commit | 4460e41dfaa72d7399ed1a16be1c61c7a934cdfe (patch) | |
tree | 31683cbde5d1ac40f1b907cab8abe456f2c2f96a /test/th5s.c | |
parent | a5d95ec0832d8b24e44277b3bdb90b21ea16ff2d (diff) | |
download | hdf5-4460e41dfaa72d7399ed1a16be1c61c7a934cdfe.zip hdf5-4460e41dfaa72d7399ed1a16be1c61c7a934cdfe.tar.gz hdf5-4460e41dfaa72d7399ed1a16be1c61c7a934cdfe.tar.bz2 |
removed duplicate code
Diffstat (limited to 'test/th5s.c')
-rw-r--r-- | test/th5s.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/test/th5s.c b/test/th5s.c index d23e0ea..9d5273f 100644 --- a/test/th5s.c +++ b/test/th5s.c @@ -41,25 +41,6 @@ #define H5O_TESTING #include "H5Opkg.h" /* Object header */ -#include "H5Bprivate.h" -#include "H5Iprivate.h" -#include "H5Pprivate.h" - -/* - * This file needs to access private information from the H5S package. - * This file also needs to access the dataspace testing code. - */ -#define H5S_FRIEND /*suppress error about including H5Spkg */ -#include "H5Spkg.h" /* Dataspaces */ - -/* - * This file needs to access private information from the H5O package. - * This file also needs to access the dataspace testing code. - */ -#define H5O_FRIEND /*suppress error about including H5Opkg */ -#define H5O_TESTING -#include "H5Opkg.h" /* Object header */ - #define TESTFILE "th5s.h5" #define DATAFILE "th5s1.h5" #define NULLFILE "th5s2.h5" |