summaryrefslogtreecommitdiffstats
path: root/src/H5Odtype.c
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2009-07-14 15:54:25 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2009-07-14 15:54:25 (GMT)
commit8f25819df5b683db2f0cd0ada3a1a3473b398fbd (patch)
tree906679ee0eb3eb101e913ecdea4f27fbc1be2a21 /src/H5Odtype.c
parent71d75b40ee3d3da9d2d41d813cc178c47c395e6e (diff)
downloadhdf5-8f25819df5b683db2f0cd0ada3a1a3473b398fbd.zip
hdf5-8f25819df5b683db2f0cd0ada3a1a3473b398fbd.tar.gz
hdf5-8f25819df5b683db2f0cd0ada3a1a3473b398fbd.tar.bz2
[svn-r17180] In my last round of checkin (r17176), I forgot to clean up some code. I'm checking in
the fix now. Tested on jam - simple change.
Diffstat (limited to 'src/H5Odtype.c')
-rw-r--r--src/H5Odtype.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/H5Odtype.c b/src/H5Odtype.c
index 47fdd7e..63b2aaf 100644
--- a/src/H5Odtype.c
+++ b/src/H5Odtype.c
@@ -520,15 +520,10 @@ H5O_dtype_decode_helper(H5F_t *f, unsigned *ioflags/*in,out*/, const uint8_t **p
dt->shared->force_conv=TRUE;
-#ifdef TMP
/* Mark location this type as undefined for now. The caller function should
* decide the location. */
if(H5T_set_loc(dt, f, H5T_LOC_BADLOC) < 0)
HGOTO_ERROR(H5E_DATATYPE, H5E_CANTINIT, FAIL, "invalid datatype location")
-else
- if(H5T_set_loc(dt, NULL, H5T_LOC_MEMORY) < 0)
- HGOTO_ERROR(H5E_DATATYPE, H5E_CANTINIT, FAIL, "invalid datatype location")
-#endif
break;
case H5T_ARRAY: /* Array datatypes */