summaryrefslogtreecommitdiffstats
path: root/src/H5Opkg.h
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2003-03-19 23:22:21 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2003-03-19 23:22:21 (GMT)
commitf6053e981997e0fa7535bd44660466fbb37390b8 (patch)
tree240a79d751ae688d751d962520b9fa05fe394bb8 /src/H5Opkg.h
parenta52914987ebff61d0347172e11520af02a5a6b4f (diff)
downloadhdf5-f6053e981997e0fa7535bd44660466fbb37390b8.zip
hdf5-f6053e981997e0fa7535bd44660466fbb37390b8.tar.gz
hdf5-f6053e981997e0fa7535bd44660466fbb37390b8.tar.bz2
[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
Diffstat (limited to 'src/H5Opkg.h')
-rw-r--r--src/H5Opkg.h8
1 files changed, 0 insertions, 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 */
-