diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2003-07-25 02:24:55 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2003-07-25 02:24:55 (GMT) |
commit | 23f22483b5de0e4c1042a72d45d94abfe3d95da8 (patch) | |
tree | be1378c6cc3932464ce98d72682312390c9fd9b3 /src/H5Eprivate.h | |
parent | c3f817e9450fc1fda77ee5f63691d2e00d3481bc (diff) | |
download | hdf5-23f22483b5de0e4c1042a72d45d94abfe3d95da8.zip hdf5-23f22483b5de0e4c1042a72d45d94abfe3d95da8.tar.gz hdf5-23f22483b5de0e4c1042a72d45d94abfe3d95da8.tar.bz2 |
[svn-r7262] Purpose: Bug fix for C++ caused by new error API.
Platforms tested: h5committested
Diffstat (limited to 'src/H5Eprivate.h')
-rw-r--r-- | src/H5Eprivate.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/H5Eprivate.h b/src/H5Eprivate.h index 5d58fe1..f9b98b5 100644 --- a/src/H5Eprivate.h +++ b/src/H5Eprivate.h @@ -60,10 +60,6 @@ typedef struct H5E_t_new { } H5E_t_new; /* HDF5 error class */ -/*#define H5E_ERR_CLS (H5OPEN H5E_ERR_CLS_g)*/ -H5_DLLVAR hid_t H5E_ERR_CLS_g; - -/* HDF5 error class */ #define H5E_CLS_NAME "HDF5" #define H5E_CLS_LIB_NAME "HDF5" #define H5E_CLS_LIB_VERS "" /* How to find out version number? */ |