summaryrefslogtreecommitdiffstats
path: root/src/H5TB.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5TB.c')
-rw-r--r--src/H5TB.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5TB.c b/src/H5TB.c
index 88103c6..0396524 100644
--- a/src/H5TB.c
+++ b/src/H5TB.c
@@ -366,7 +366,6 @@ done:
herr_t
H5TB_resize_buf(hid_t tbuf_id, hsize_t size, void **ptr)
{
- herr_t ret_value = FAIL;
H5TB_t *tbuf, /* Pointer to temporary buffer */
*curr; /* Pointer to temp. buffer node */
void * old_ptr; /* Pointer to the previous buffer */