summaryrefslogtreecommitdiffstats
path: root/src/H5Dchunk.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-02-03 12:11:07 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-02-03 12:11:07 (GMT)
commit5436f45bd11f2867b3c9e93b976df427a0ffb10e (patch)
tree96b05a07633ee3907ef02e2390663be4adc15f2a /src/H5Dchunk.c
parentcde7807ceb3cd66bf60d9b6d87570f4f8422cbce (diff)
downloadhdf5-5436f45bd11f2867b3c9e93b976df427a0ffb10e.zip
hdf5-5436f45bd11f2867b3c9e93b976df427a0ffb10e.tar.gz
hdf5-5436f45bd11f2867b3c9e93b976df427a0ffb10e.tar.bz2
[svn-r16403] Description:
Bring r16395:16402 back from trunk (and adjust slightly for layout version changes). Tested on: FreeBSD/32 6.3 (duty) (h5committest not required on this branch)
Diffstat (limited to 'src/H5Dchunk.c')
-rw-r--r--src/H5Dchunk.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/H5Dchunk.c b/src/H5Dchunk.c
index 1437d58..9e04e7f 100644
--- a/src/H5Dchunk.c
+++ b/src/H5Dchunk.c
@@ -2582,11 +2582,6 @@ H5D_chunk_lock(const H5D_io_info_t *io_info, H5D_chunk_ud_t *udata,
else {
H5D_fill_value_t fill_status;
-#ifdef OLD_WAY
- /* Clear the error stack from not finding the chunk on disk */
- H5E_clear_stack(NULL);
-#endif /* OLD_WAY */
-
/* Chunk size on disk isn't [likely] the same size as the final chunk
* size in memory, so allocate memory big enough. */
if(NULL == (chunk = H5D_chunk_alloc(chunk_size, pline)))