From a5798803aabac8a0d7edae6a793d0af200cc43be Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Wed, 5 Dec 2007 14:03:12 +0000 Subject: [PATCH] Remove kruft This commit was SVN r16852. --- ompi/mpi/cxx/constants.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/ompi/mpi/cxx/constants.h b/ompi/mpi/cxx/constants.h index 03f138505c..ad50c99ad6 100644 --- a/ompi/mpi/cxx/constants.h +++ b/ompi/mpi/cxx/constants.h @@ -216,8 +216,6 @@ OMPI_DECLSPEC extern const Op REPLACE; OMPI_DECLSPEC extern const Group GROUP_NULL; OMPI_DECLSPEC extern const Win WIN_NULL; OMPI_DECLSPEC extern const Info INFO_NULL; -//OMPI_DECLSPEC extern const Comm COMM_NULL; -//OMPI_DECLSPEC extern const MPI_Comm COMM_NULL; OMPI_DECLSPEC extern Comm_Null COMM_NULL; OMPI_DECLSPEC extern const Datatype DATATYPE_NULL; OMPI_DECLSPEC extern Request REQUEST_NULL;