From 156baee37112996291f9ff07760be047d0e03c76 Mon Sep 17 00:00:00 2001 From: kmu Date: Mon, 13 Jan 2020 14:48:22 -0600 Subject: change it back --- testpar/t_mdset.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/testpar/t_mdset.c b/testpar/t_mdset.c index 4e8a519..a0b3253 100644 --- a/testpar/t_mdset.c +++ b/testpar/t_mdset.c @@ -13,7 +13,6 @@ #include "testphdf5.h" #include "H5Dprivate.h" -#include "H5private.h" #define DIM 2 #define SIZE 32 @@ -1960,7 +1959,7 @@ void rr_obj_hdr_flush_confusion_writer(MPI_Comm comm) /* private communicator size and rank */ int mpi_size; int mpi_rank; - int H5_ATTR_SANITY_CHECK mrc; /* mpi error code */ + int mrc; /* mpi error code */ /* steps to verify and have been verified */ int steps = 0; int steps_done = 0; -- cgit v0.12