From 78fd12ee8ea67902a8343b6a9e7adfe33dbd96ed Mon Sep 17 00:00:00 2001 From: Neil Fortner Date: Tue, 3 Oct 2023 14:52:34 -0500 Subject: [PATCH] Remove unused member from H5D_shared_t struct. --- src/H5Dpkg.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/H5Dpkg.h b/src/H5Dpkg.h index 0dbcb64c9e0..fc0d0e8dd1d 100644 --- a/src/H5Dpkg.h +++ b/src/H5Dpkg.h @@ -544,7 +544,6 @@ struct H5D_shared_t { * dataset in certain circumstances) */ H5D_rdcc_t chunk; /* Information about chunked data */ - H5SL_t *sel_pieces; /* Skip list containing information for each piece selected */ } cache; H5D_append_flush_t append_flush; /* Append flush property information */