diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-04-12 21:41:23 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-04-12 21:41:23 (GMT) |
commit | 6151c1cd90aff639f66de06ec419cf49e49581de (patch) | |
tree | 2b744bdd17dc108d4bc212238c1df580796c88c4 /src/H5ACpkg.h | |
parent | c8f12172f17ee14b024e5367c57fad83183d7ed5 (diff) | |
download | hdf5-6151c1cd90aff639f66de06ec419cf49e49581de.zip hdf5-6151c1cd90aff639f66de06ec419cf49e49581de.tar.gz hdf5-6151c1cd90aff639f66de06ec419cf49e49581de.tar.bz2 |
[svn-r13650] Description:
Clean up problems from error handling API changes in parallel and
threadsafe builds.
Tested on:
FreeBSD/64 6.2 (liberty) w/parallel & threadsafe
Diffstat (limited to 'src/H5ACpkg.h')
-rw-r--r-- | src/H5ACpkg.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/H5ACpkg.h b/src/H5ACpkg.h index b965a26..973f988 100644 --- a/src/H5ACpkg.h +++ b/src/H5ACpkg.h @@ -44,10 +44,6 @@ #include "H5Cpkg.h" /* Cache */ #include "H5SLprivate.h" /* Skip lists */ -#ifdef H5_HAVE_PARALLEL -#include <mpi.h> -#endif /* H5_HAVE_PARALLEL */ - #define H5AC_DEBUG_DIRTY_BYTES_CREATION 0 |