From f6053e981997e0fa7535bd44660466fbb37390b8 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 19 Mar 2003 18:22:21 -0500 Subject: [svn-r6498] Purpose: Cleanup Description: The H5O_FPHDF5 object was left in this header file by mistake when the H5Ofphdf5 module was removed Solution: Removed it. Platforms tested: Linux --- src/H5Opkg.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/H5Opkg.h b/src/H5Opkg.h index 91c61c4..2ca5a96 100644 --- a/src/H5Opkg.h +++ b/src/H5Opkg.h @@ -193,13 +193,6 @@ H5_DLLVAR const H5O_class_t H5O_MTIME_NEW[1]; */ H5_DLLVAR const H5O_class_t H5O_PLIST[1]; -#ifdef H5_HAVE_FPHDF5 -/* - * Flexible parallel message - */ -H5_DLLVAR const H5O_class_t H5O_FPHDF5[1]; -#endif /* H5_HAVE_FPHDF5 */ - /* Package-local function prototypes */ /* Symbol table operators */ @@ -207,4 +200,3 @@ H5_DLL void *H5O_stab_fast(const H5G_cache_t *cache, const struct H5O_class_t *t void *_mesg); #endif /* _H5Opkg_H */ - -- cgit v0.12