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:
Scot Breitenfeld
2026-07-16 02:08:56 -05:00
parent 39d0bb9102
commit 46f05b50b2
-1
View File
@@ -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;