From c7ff45d0466aa70619698dac3119aed1d023a99e Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Tue, 30 Jul 2013 21:33:19 +0000 Subject: [PATCH] This define is not needed in mpi.h (it's private to the implementation, and is already included in opal_config.h) This commit was SVN r28964. --- ompi/include/mpi.h.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/ompi/include/mpi.h.in b/ompi/include/mpi.h.in index 7b972599c9..bf572634ed 100644 --- a/ompi/include/mpi.h.in +++ b/ompi/include/mpi.h.in @@ -149,9 +149,6 @@ /* Type of MPI_Count */ #undef OMPI_MPI_COUNT_TYPE -/* Size of MPI_Count */ -#undef OMPI_MPI_COUNT_SIZE - /* type to use for ptrdiff_t, if it does not exist, set to ptrdiff_t if it does exist */ #undef OPAL_PTRDIFF_TYPE