Skip to content

Commit 1f1fd95

Browse files
committed
Revert insufficient fix
1 parent 5e164be commit 1f1fd95

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/blosc_filter.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -191,11 +191,6 @@ size_t blosc_filter(unsigned flags, size_t cd_nelmts,
191191
}
192192
}
193193

194-
/* Special case for variable-length types (e.g. char**)
195-
https://portal.hdfgroup.org/documentation/hdf5/latest/group___v_l_e_n.html
196-
*/
197-
if (typesize == 0) typesize = 1;
198-
199194
/* We're compressing */
200195
if (!(flags & H5Z_FLAG_REVERSE)) {
201196

0 commit comments

Comments
 (0)