mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
Remove leftover unused enc_size in test_par_append_filter_blob
Left over from switching par-05's verification from an H5Pencode-based byte search to H5Pget_filter_blob; enc_buf is still used but enc_size never was. Builds with -Werror=unused-variable (Parallel Special CI) failed on this.
This commit is contained in:
@@ -10374,7 +10374,6 @@ test_par_append_filter_blob(hid_t fapl_id)
|
||||
C_DATATYPE *rbuf = NULL;
|
||||
unsigned char *blob = NULL;
|
||||
void *enc_buf = NULL;
|
||||
size_t enc_size = 0;
|
||||
size_t nbytes;
|
||||
herr_t ret;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user