summaryrefslogtreecommitdiffstats
path: root/src/H5FDhdfs.c
diff options
context:
space:
mode:
authorkmu <kmu@hdfgroup.org>2019-12-06 18:03:19 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:31:51 (GMT)
commita6e8f34b7b0a8d7a37abc41f9cc7588b7f98cd3f (patch)
treeab7dfe7430b44b3d8b9ea33f045431dc39accacb /src/H5FDhdfs.c
parent0c9d2de9e29c5b0d0b0fb1ec07e1d2ae8e2c8f7d (diff)
downloadhdf5-a6e8f34b7b0a8d7a37abc41f9cc7588b7f98cd3f.zip
hdf5-a6e8f34b7b0a8d7a37abc41f9cc7588b7f98cd3f.tar.gz
hdf5-a6e8f34b7b0a8d7a37abc41f9cc7588b7f98cd3f.tar.bz2
remove unsed var,function,macro, etc
Diffstat (limited to 'src/H5FDhdfs.c')
-rw-r--r--src/H5FDhdfs.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5FDhdfs.c b/src/H5FDhdfs.c
index 3d086ea..e793151 100644
--- a/src/H5FDhdfs.c
+++ b/src/H5FDhdfs.c
@@ -577,9 +577,6 @@ hid_t
H5FD_hdfs_init(void)
{
hid_t ret_value = H5I_INVALID_HID; /* Return value */
-#if HDFS_STATS
- unsigned int bin_i;
-#endif
FUNC_ENTER_NOAPI(FAIL)