summaryrefslogtreecommitdiffstats
path: root/test/chunk_info.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/chunk_info.c')
-rw-r--r--test/chunk_info.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/chunk_info.c b/test/chunk_info.c
index 4a62458..cb79dc1 100644
--- a/test/chunk_info.c
+++ b/test/chunk_info.c
@@ -116,10 +116,6 @@ static const char *FILENAME[] = {"tchunk_info_earliest",
/* For compressed data */
#define DEFLATE_SIZE_ADJUST(s) (ceil(((double)(s)) * 1.001) + 12.0)
-/* For use in error reporting */
-#define MSG_CHK_ADDR "Chunk address should not be HADDR_UNDEF because of H5D_ALLOC_TIME_EARLY."
-#define MSG_CHK_SIZE "Chunk size should not be 0 because of H5D_ALLOC_TIME_EARLY."
-
/* Utility function to initialize arguments */
void reinit_vars(unsigned *read_flt_msk, haddr_t *addr, hsize_t *size);