summaryrefslogtreecommitdiffstats
path: root/src/H5Dchunk.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-02-02 20:53:25 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-02-02 20:53:25 (GMT)
commit1528a6ad07947e31d7c8536911a82c2d1d6aa6c0 (patch)
tree6bc263253cd2506eca04f5d502c9c4b7781360c8 /src/H5Dchunk.c
parent01d8f959f9193d17878cc72aa2b3812dddac664b (diff)
downloadhdf5-1528a6ad07947e31d7c8536911a82c2d1d6aa6c0.zip
hdf5-1528a6ad07947e31d7c8536911a82c2d1d6aa6c0.tar.gz
hdf5-1528a6ad07947e31d7c8536911a82c2d1d6aa6c0.tar.bz2
[svn-r16399] Description:
Remove some internal calls to H5E_clear_stack(). Tested on: FreeBSD/32 6.3 (duty) Too minor to require h5committest
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 afcdc6d..7627cec 100644
--- a/src/H5Dchunk.c
+++ b/src/H5Dchunk.c
@@ -2526,11 +2526,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)))