From c5736e3f9a9cadb4d235dd5bde70cc75f6dbaf65 Mon Sep 17 00:00:00 2001 From: Tim Prins Date: Thu, 27 Mar 2008 17:13:20 +0000 Subject: [PATCH] Remove old constants used with the registry. This commit was SVN r17991. --- ompi/include/ompi/constants.h | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/ompi/include/ompi/constants.h b/ompi/include/ompi/constants.h index aa6851286b..16db5815a2 100644 --- a/ompi/include/ompi/constants.h +++ b/ompi/include/ompi/constants.h @@ -75,20 +75,5 @@ enum { #define OMPI_ERR_MAX (OMPI_ERR_BASE - 1) -#define OMPI_NAMESPACE_SEGMENT "ompi-namespace" - -/* - * OMPI-specific names for triggers and subscriptions used across processes - */ -#define OMPI_PROC_SUBSCRIPTION "ompi-proc-sub" -#define OMPI_OOB_SUBSCRIPTION "ompi-oob-sub" -#define OMPI_MODEX_SUBSCRIPTION "ompi-modex-sub" - -/* - * OMPI-specific registry keys - */ -#define OMPI_PROC_ARCH "ompi-proc-arch" -#define OMPI_MODEX_KEY "ompi-modex" - #endif /* OMPI_CONSTANTS_H */