summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-08-31 20:46:05 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-08-31 20:46:05 (GMT)
commit60787f34e7b97777606157ec10bb7e978096b133 (patch)
treefc72dfc8818c83adda543eabb9906ea4cd0277cc /src
parentaecd29c2ad7cc445a8600e746e911b838570e5c2 (diff)
downloadhdf5-60787f34e7b97777606157ec10bb7e978096b133.zip
hdf5-60787f34e7b97777606157ec10bb7e978096b133.tar.gz
hdf5-60787f34e7b97777606157ec10bb7e978096b133.tar.bz2
Delete unused local variable. NFCI.
Diffstat (limited to 'src')
-rw-r--r--src/H5PB.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5PB.c b/src/H5PB.c
index 1e0bab7..27cfcf3 100644
--- a/src/H5PB.c
+++ b/src/H5PB.c
@@ -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;