summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2016-10-19 17:34:49 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2016-10-19 17:34:49 (GMT)
commit45f5e232b4e96dec70e685a79eb98df842e26ded (patch)
treecf87c76add841ecf0a8bda3145109c695b634148 /tools
parent800a5ecdd6b8760f4df2f8f4452fb0c55bcef55f (diff)
downloadhdf5-45f5e232b4e96dec70e685a79eb98df842e26ded.zip
hdf5-45f5e232b4e96dec70e685a79eb98df842e26ded.tar.gz
hdf5-45f5e232b4e96dec70e685a79eb98df842e26ded.tar.bz2
Remove attributes
Diffstat (limited to 'tools')
-rw-r--r--tools/h5repack/dynlib_vrpk.c15
1 files changed, 2 insertions, 13 deletions
diff --git a/tools/h5repack/dynlib_vrpk.c b/tools/h5repack/dynlib_vrpk.c
index 63ceaec..8da0270 100644
--- a/tools/h5repack/dynlib_vrpk.c
+++ b/tools/h5repack/dynlib_vrpk.c
@@ -21,17 +21,6 @@
#define H5Z_FILTER_DYNLIB4 260
-/* gcc attribute support from H5private.h */
-#ifdef __cplusplus
-# define H5_ATTR_CONST /*void*/
-#else /* __cplusplus */
-#if defined(H5_HAVE_ATTRIBUTE) && !defined(__SUNPRO_C)
-# define H5_ATTR_CONST __attribute__((const))
-#else
-# define H5_ATTR_CONST /*void*/
-#endif
-#endif /* __cplusplus */
-
#define PUSH_ERR(func, minor, str) H5Epush2(H5E_DEFAULT, __FILE__, func, __LINE__, H5E_ERR_CLS, H5E_PLUGIN, minor, str)
static size_t H5Z_filter_dynlib4(unsigned int flags, size_t cd_nelmts,
@@ -48,8 +37,8 @@ const H5Z_class2_t H5Z_DYNLIB4[1] = {{
(H5Z_func_t)H5Z_filter_dynlib4, /* The actual filter function */
}};
-H5_ATTR_CONST H5PL_type_t H5PLget_plugin_type(void) {return H5PL_TYPE_FILTER;}
-H5_ATTR_CONST const void *H5PLget_plugin_info(void) {return H5Z_DYNLIB4;}
+H5PL_type_t H5PLget_plugin_type(void) {return H5PL_TYPE_FILTER;}
+const void *H5PLget_plugin_info(void) {return H5Z_DYNLIB4;}
/*-------------------------------------------------------------------------
* Function: H5Z_filter_dynlib4