summaryrefslogtreecommitdiffstats
path: root/src/H5FDhdfs.c
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2019-11-13 17:33:35 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:17:27 (GMT)
commitf7699a7be419e070533419062e28a506e9e2b44d (patch)
treeaa237d32a69facc9ad9e0bfb35d9942a536d2070 /src/H5FDhdfs.c
parent4440ccca7d66b2cd8893619320e5b94093c2a62b (diff)
downloadhdf5-f7699a7be419e070533419062e28a506e9e2b44d.zip
hdf5-f7699a7be419e070533419062e28a506e9e2b44d.tar.gz
hdf5-f7699a7be419e070533419062e28a506e9e2b44d.tar.bz2
Delete unused variable.
Diffstat (limited to 'src/H5FDhdfs.c')
-rw-r--r--src/H5FDhdfs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5FDhdfs.c b/src/H5FDhdfs.c
index 819d200..0b954cf 100644
--- a/src/H5FDhdfs.c
+++ b/src/H5FDhdfs.c
@@ -581,7 +581,6 @@ hid_t
H5FD_hdfs_init(void)
{
hid_t ret_value = H5I_INVALID_HID; /* Return value */
- unsigned int bin_i;
FUNC_ENTER_NOAPI(FAIL)