1
1

Remove old constants used with the registry.

This commit was SVN r17991.
Этот коммит содержится в:
Tim Prins 2008-03-27 17:13:20 +00:00
родитель c06f7c3992
Коммит c5736e3f9a

Просмотреть файл

@ -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 */