summaryrefslogtreecommitdiffstats
path: root/src/H5SM.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2007-01-29 18:40:57 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2007-01-29 18:40:57 (GMT)
commita4467cd2c2c52723e09b0d7d266ab35eda3224a8 (patch)
tree4d52f48d9bf5c497027bcdbe590a15fb0cc51030 /src/H5SM.c
parent108114495fccaafcf77904f43e9c4cb90c4396f8 (diff)
downloadhdf5-a4467cd2c2c52723e09b0d7d266ab35eda3224a8.zip
hdf5-a4467cd2c2c52723e09b0d7d266ab35eda3224a8.tar.gz
hdf5-a4467cd2c2c52723e09b0d7d266ab35eda3224a8.tar.bz2
[svn-r13218] Description:
Add "old" fill value messages to "new" fill value message sharing (and keep them both in the same shared message index). Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
Diffstat (limited to 'src/H5SM.c')
-rwxr-xr-xsrc/H5SM.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/H5SM.c b/src/H5SM.c
index 05be50e..bb0d903 100755
--- a/src/H5SM.c
+++ b/src/H5SM.c
@@ -234,9 +234,7 @@ H5SM_type_to_flag(unsigned type_id, unsigned *type_flag)
case H5O_DTYPE_ID:
*type_flag = H5O_MESG_DTYPE_FLAG;
break;
-#ifdef NOT_YET
case H5O_FILL_ID:
-#endif /* NOT_YET */
case H5O_FILL_NEW_ID:
*type_flag = H5O_MESG_FILL_FLAG;
break;