summaryrefslogtreecommitdiffstats
path: root/src/H5Epublic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Epublic.h')
-rw-r--r--src/H5Epublic.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/H5Epublic.h b/src/H5Epublic.h
index 6cf093b..00ed240 100644
--- a/src/H5Epublic.h
+++ b/src/H5Epublic.h
@@ -32,10 +32,8 @@
/* Take out _new later */
typedef enum H5E_type_t {
- H5E_LLIMIT =-1,
H5E_MAJOR,
- H5E_MINOR,
- H5E_ULIMIT
+ H5E_MINOR
} H5E_type_t;
/* Information about an error; element of error stack */