summaryrefslogtreecommitdiffstats
path: root/src/H5private.h
diff options
context:
space:
mode:
authorRichard Warren <Richard.Warren@hdfgroup.org>2019-10-07 23:53:19 (GMT)
committerRichard Warren <Richard.Warren@hdfgroup.org>2019-10-07 23:53:19 (GMT)
commite2405c1091e71cf1e3186bb87c4ca8e696537aa2 (patch)
tree0ce3cea16b879daf4a1dd8eb9826e9bc3e693251 /src/H5private.h
parentd7e83cc51016bfa201cfe1d49522286226816829 (diff)
downloadhdf5-e2405c1091e71cf1e3186bb87c4ca8e696537aa2.zip
hdf5-e2405c1091e71cf1e3186bb87c4ca8e696537aa2.tar.gz
hdf5-e2405c1091e71cf1e3186bb87c4ca8e696537aa2.tar.bz2
Another cleanup pass as suggested by the reviewers.
Diffstat (limited to 'src/H5private.h')
-rw-r--r--src/H5private.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/H5private.h b/src/H5private.h
index 016d69a..4ae9f12 100644
--- a/src/H5private.h
+++ b/src/H5private.h
@@ -2669,11 +2669,6 @@ H5_DLL herr_t H5_build_extpath(const char *name, char **extpath /*out*/);
H5_DLL herr_t H5_combine_path(const char *path1, const char *path2, char **full_name /*out*/);
#ifdef H5_HAVE_PARALLEL
-#define TWO_GIG_LIMIT 2147483648
-#ifndef H5_MAX_MPI_COUNT
-#define H5_MAX_MPI_COUNT (1 << 30)
-#endif
-
/* Generic MPI functions */
H5_DLL hsize_t H5_mpio_get_bigio_count();
H5_DLL herr_t H5_mpi_comm_dup(MPI_Comm comm, MPI_Comm *comm_new);