diff options
author | David Young <dyoung@hdfgroup.org> | 2020-08-31 20:46:05 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2020-08-31 20:46:05 (GMT) |
commit | 60787f34e7b97777606157ec10bb7e978096b133 (patch) | |
tree | fc72dfc8818c83adda543eabb9906ea4cd0277cc | |
parent | aecd29c2ad7cc445a8600e746e911b838570e5c2 (diff) | |
download | hdf5-60787f34e7b97777606157ec10bb7e978096b133.zip hdf5-60787f34e7b97777606157ec10bb7e978096b133.tar.gz hdf5-60787f34e7b97777606157ec10bb7e978096b133.tar.bz2 |
Delete unused local variable. NFCI.
-rw-r--r-- | src/H5PB.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1310,7 +1310,6 @@ herr_t H5PB_remove_entries(H5F_shared_t *shared, haddr_t addr, hsize_t size) { H5PB_t *pb_ptr; - H5PB_entry_t *entry_ptr; herr_t ret_value = SUCCEED; metadata_section_t section[3] = {{0, 0, NULL}, {0, 0, NULL}, {0, 0, NULL}}; int i; |