Delete unused variable.

This commit is contained in:
David Young 2019-11-13 11:33:35 -06:00
parent 3f11ed26f7
commit 98c4ed49e8

View File

@ -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)