diff options
Diffstat (limited to 'windows/src/H5Tinit.c')
-rwxr-xr-x | windows/src/H5Tinit.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/windows/src/H5Tinit.c b/windows/src/H5Tinit.c index 393b66a..9b4c670 100755 --- a/windows/src/H5Tinit.c +++ b/windows/src/H5Tinit.c @@ -16,7 +16,7 @@ * access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * Created: Nov 29, 2005 + * Created: Mar 31, 2006 * * * Purpose: This machine-generated source code contains @@ -72,10 +72,6 @@ #include "H5FLprivate.h" #include "H5Tpkg.h" -/* Declare external the free lists for H5T_t's and H5T_shared_t's */ -H5FL_EXTERN(H5T_t); -H5FL_EXTERN(H5T_shared_t); - herr_t |