diff options
Diffstat (limited to 'src/H5Tconv.c')
-rw-r--r-- | src/H5Tconv.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/H5Tconv.c b/src/H5Tconv.c index 604569c..beae526 100644 --- a/src/H5Tconv.c +++ b/src/H5Tconv.c @@ -297,15 +297,7 @@ H5T_conv_struct_init (H5T_t *src, H5T_t *dst, H5T_cdata_t *cdata) } } -#ifndef LATER - /* - * Always use an initialized background buffer. Actually, we usually - * won't need it initialized but we'll almost always need a buffer to - * move the members around. - */ - cdata->need_bkg = H5T_BKG_YES; -#endif - + cdata->need_bkg = H5T_BKG_TEMP; cdata->recalc = FALSE; FUNC_LEAVE (SUCCEED); } |