summaryrefslogtreecommitdiffstats
path: root/src/H5Edefin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Edefin.h')
-rw-r--r--src/H5Edefin.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5Edefin.h b/src/H5Edefin.h
index 0545043..fc629bb 100644
--- a/src/H5Edefin.h
+++ b/src/H5Edefin.h
@@ -20,7 +20,6 @@
#define _H5Edefin_H
/* Major error IDs */
-hid_t H5E_NONE_MAJOR_g = FAIL; /* No error */
hid_t H5E_DATASET_g = FAIL; /* Dataset */
hid_t H5E_FUNC_g = FAIL; /* Function entry/exit */
hid_t H5E_STORAGE_g = FAIL; /* Data storage */
@@ -51,8 +50,6 @@ hid_t H5E_CACHE_g = FAIL; /* Object cache */
/* Minor error IDs */
-hid_t H5E_NONE_MINOR_g = FAIL; /* No error */
-
/* Generic low-level file I/O errors */
hid_t H5E_SEEKERROR_g = FAIL; /* Seek failed */
hid_t H5E_READERROR_g = FAIL; /* Read failed */