From 3b36f5571510c5853d19f4d889c4d8d10a802011 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Thu, 2 May 2002 16:44:46 -0500 Subject: [svn-r5342] Description: Removed unused code that is related to inline issue. hdf5 C source now uses H5_inline for the non-standard inline feature. No need to undefine/redefine the symbol inline itself. Platforms tested: eirene. --- src/H5private.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/H5private.h b/src/H5private.h index 87db6f8..3399c28 100644 --- a/src/H5private.h +++ b/src/H5private.h @@ -131,18 +131,6 @@ #define VC_EXTRALEAN /*Exclude rarely-used stuff from Windows headers */ #include -/* -inline is now in C but in the C99 standard and not the old C89 version so -MS doesn't recognize it yet (as of April 2001) -*/ -/* -#if defined(__MWERKS__) || defined(__cplusplus) -# define H5_inline inline -# else -# define H5_inline -#endif -*/ - #endif /*WIN32*/ /* H5_inline */ -- cgit v0.12