summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2009-07-20 16:25:05 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2009-07-20 16:25:05 (GMT)
commitd8b5f6dacc407838a6a17dccdce5065a8918fafd (patch)
tree5882d5a126206c94231997232553698f6a35d9bc
parent50eaa639b66b39e21bd795bc9de7af4e96c1ef85 (diff)
downloadhdf5-d8b5f6dacc407838a6a17dccdce5065a8918fafd.zip
hdf5-d8b5f6dacc407838a6a17dccdce5065a8918fafd.tar.gz
hdf5-d8b5f6dacc407838a6a17dccdce5065a8918fafd.tar.bz2
[svn-r17203] Description:
Removed global variables initializing error handling to H5HLint.c Tested: smirom (icc, gcc, pgi), linew
-rw-r--r--hl/src/H5LT.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/hl/src/H5LT.c b/hl/src/H5LT.c
index 657e740..74e960c 100644
--- a/hl/src/H5LT.c
+++ b/hl/src/H5LT.c
@@ -68,12 +68,6 @@ hid_t H5_MY_PKG_ERR;
/* Package initialization flag */
hbool_t H5_H5LT_init_g = FALSE;
-/* High-Level API error class */
- hid_t H5HL_ERR_CLS_g = (-1);
-
-/* Major error codes */
- hid_t H5E_HL_g = (-1);
-
/*****************************/
/* Library Private Variables */
/*****************************/