Skip to content

Commit

Permalink
Remove unused member from H5D_shared_t struct.
Browse files Browse the repository at this point in the history
  • Loading branch information
fortnern committed Oct 3, 2023
1 parent cb6de06 commit 78fd12e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/H5Dpkg.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 78fd12e

Please sign in to comment.