summaryrefslogtreecommitdiffstats
path: root/src/H5private.h
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2002-05-02 21:44:46 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2002-05-02 21:44:46 (GMT)
commit3b36f5571510c5853d19f4d889c4d8d10a802011 (patch)
tree0d11fcb61b8dbd2e71e38b4ad1155bf2d9e2d68a /src/H5private.h
parent09855e5628c51540f19e13c9cd73e6d171fc466c (diff)
downloadhdf5-3b36f5571510c5853d19f4d889c4d8d10a802011.zip
hdf5-3b36f5571510c5853d19f4d889c4d8d10a802011.tar.gz
hdf5-3b36f5571510c5853d19f4d889c4d8d10a802011.tar.bz2
[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.
Diffstat (limited to 'src/H5private.h')
-rw-r--r--src/H5private.h12
1 files changed, 0 insertions, 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 <windows.h>
-/*
-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 */