diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2005-03-03 18:10:16 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2005-03-03 18:10:16 (GMT) |
commit | f5c24bc9a46b989892e946bb6f440a88bb2f06af (patch) | |
tree | 44b67b7ceb4fa0e5bbebe867630332d1ddec25e9 /src/H5public.h | |
parent | 85917a734134ce356e9f701b71bcd88617967a76 (diff) | |
download | hdf5-f5c24bc9a46b989892e946bb6f440a88bb2f06af.zip hdf5-f5c24bc9a46b989892e946bb6f440a88bb2f06af.tar.gz hdf5-f5c24bc9a46b989892e946bb6f440a88bb2f06af.tar.bz2 |
[svn-r10130] Purpose:
Retired GASS driver.
Platforms tested:
H5committested.
Diffstat (limited to 'src/H5public.h')
-rw-r--r-- | src/H5public.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/H5public.h b/src/H5public.h index a5969d4..02a7f17 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -56,11 +56,6 @@ #endif #endif -#ifdef H5_HAVE_GASS /*for Globus GASS I/O */ -#include "globus_common.h" -#include "globus_gass_file.h" -#endif - #ifdef H5_HAVE_SRB /*for SRB I/O */ #include <srbClient.h> #endif |