summaryrefslogtreecommitdiffstats
path: root/src/H5EAdbg.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-08-31 19:21:59 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-08-31 19:21:59 (GMT)
commit6742cba5720839693780c247d55deee62a3bee51 (patch)
tree2f3782d1096becbe96da8d06e463da134d851984 /src/H5EAdbg.c
parentabb9cc9cd8834024a7a46cf3438585aad1af09f5 (diff)
downloadhdf5-6742cba5720839693780c247d55deee62a3bee51.zip
hdf5-6742cba5720839693780c247d55deee62a3bee51.tar.gz
hdf5-6742cba5720839693780c247d55deee62a3bee51.tar.bz2
[svn-r19322] Description:
Misc. minor formatting issues, etc. Tested on: Mac OS X/32 10.6.4 (amazon) w/debug (h5committest not required on this branch)
Diffstat (limited to 'src/H5EAdbg.c')
-rw-r--r--src/H5EAdbg.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/H5EAdbg.c b/src/H5EAdbg.c
index 32b0307..b9a5bad 100644
--- a/src/H5EAdbg.c
+++ b/src/H5EAdbg.c
@@ -91,9 +91,6 @@
* koziol@hdfgroup.org
* Sep 11 2008
*
- * Modifications:
- * Vailin Choi; July 2010
- * Create debugging context so that header can be loaded properly.
*-------------------------------------------------------------------------
*/
BEGIN_FUNC(PKG, ERR,
@@ -174,7 +171,6 @@ H5EA__hdr_debug(H5F_t *f, hid_t dxpl_id, haddr_t addr, FILE *stream, int indent,
CATCH
if(dbg_ctx && cls->dst_dbg_ctx(dbg_ctx) < 0)
H5E_THROW(H5E_CANTRELEASE, "unable to release extensible array debugging context")
-
if(hdr && H5AC_unprotect(f, dxpl_id, H5AC_EARRAY_HDR, addr, hdr, H5AC__NO_FLAGS_SET) < 0)
H5E_THROW(H5E_CANTUNPROTECT, "unable to release extensible array header")
@@ -192,9 +188,6 @@ END_FUNC(PKG) /* end H5EA__hdr_debug() */
* koziol@hdfgroup.org
* Sep 11 2008
*
- * Modifications:
- * Vailin Choi; July 2010
- * Create debugging context so that header can be loaded properly.
*-------------------------------------------------------------------------
*/
BEGIN_FUNC(PKG, ERR,
@@ -320,9 +313,6 @@ END_FUNC(PKG) /* end H5EA__iblock_debug() */
* koziol@hdfgroup.org
* Sep 30 2008
*
- * Modifications:
- * Vailin Choi; July 2010
- * Create debugging context so that header can be loaded properly.
*-------------------------------------------------------------------------
*/
BEGIN_FUNC(PKG, ERR,
@@ -415,9 +405,6 @@ END_FUNC(PKG) /* end H5EA__sblock_debug() */
* koziol@hdfgroup.org
* Sep 22 2008
*
- * Modifications:
- * Vailin Choi; July 2010
- * Create debugging context so that header can be loaded properly.
*-------------------------------------------------------------------------
*/
BEGIN_FUNC(PKG, ERR,