diff options
author | Songyu Lu <songyulu@hdfgroup.org> | 2021-04-07 02:32:37 (GMT) |
---|---|---|
committer | Songyu Lu <songyulu@hdfgroup.org> | 2021-04-07 02:32:37 (GMT) |
commit | 1ddc44852e0bb767c4085be9f60adf6cf41b9213 (patch) | |
tree | c44f8f8f0769689fe95c45b72a772450c9f44c1a /test | |
parent | 422c48af68314481492811a45dd6a084cd603785 (diff) | |
download | hdf5-1ddc44852e0bb767c4085be9f60adf6cf41b9213.zip hdf5-1ddc44852e0bb767c4085be9f60adf6cf41b9213.tar.gz hdf5-1ddc44852e0bb767c4085be9f60adf6cf41b9213.tar.bz2 |
Removed an unused macro definition.
Diffstat (limited to 'test')
-rw-r--r-- | test/vfd_swmr_zoo_writer.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/vfd_swmr_zoo_writer.c b/test/vfd_swmr_zoo_writer.c index 1048586..e9aeede 100644 --- a/test/vfd_swmr_zoo_writer.c +++ b/test/vfd_swmr_zoo_writer.c @@ -28,10 +28,6 @@ #include "genall5.h" #include "vfd_swmr_common.h" -#ifndef _arraycount -#define _arraycount(_a) (sizeof(_a) / sizeof(_a[0])) -#endif - #define MAX_READ_LEN_IN_SECONDS 2 #define TICK_LEN 4 |