summaryrefslogtreecommitdiffstats
path: root/src/H5Epkg.h
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2010-10-07 16:00:43 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2010-10-07 16:00:43 (GMT)
commit011db9e56cb2c2ba4d872eb8208ce604363e9fad (patch)
tree75f682b4292e5aa1bd7e9e12c8be88ee78b648cd /src/H5Epkg.h
parent4b5ae88422348a6c99750dd2a8d0178f78743b25 (diff)
downloadhdf5-011db9e56cb2c2ba4d872eb8208ce604363e9fad.zip
hdf5-011db9e56cb2c2ba4d872eb8208ce604363e9fad.tar.gz
hdf5-011db9e56cb2c2ba4d872eb8208ce604363e9fad.tar.bz2
[svn-r19533] Bug 1707 - an update according to Neil's suggestion. I took out the VERS, IS_DEFAULT from
H5E_auto_t structure in H5Epkg.h when the macro H5_NO_DEPRECATED_SYMBOLS is defined. Tested on jam, heiwa, amani.
Diffstat (limited to 'src/H5Epkg.h')
-rw-r--r--src/H5Epkg.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5Epkg.h b/src/H5Epkg.h
index 93e0d82..2e9f592 100644
--- a/src/H5Epkg.h
+++ b/src/H5Epkg.h
@@ -79,10 +79,7 @@ typedef struct {
} H5E_auto_op_t;
#else
typedef struct {
- unsigned vers; /* Which version callback to use */
- hbool_t is_default; /* If the printing function is the library's own. */
H5E_auto_t func2; /* Only the new style callback function is available. */
- H5E_auto2_t func2_default; /* The saved library's default function - new style. */
} H5E_auto_op_t;
#endif