diff --git a/orte/mca/soh/soh_types.h b/orte/mca/soh/soh_types.h index a792eeccda..6c016f5e4a 100644 --- a/orte/mca/soh/soh_types.h +++ b/orte/mca/soh/soh_types.h @@ -60,12 +60,4 @@ typedef int8_t orte_node_state_t; /** Node is rebooting (only some systems will support this; see orte_node_state_t) */ #define ORTE_NODE_STATE_REBOOT 0x03 - -/** - * Bproc specific keys - */ -#define ORTE_SOH_BPROC_NODE_MODE "orte-node-bproc-mode" -#define ORTE_SOH_BPROC_NODE_USER "orte-node-bproc-user" -#define ORTE_SOH_BPROC_NODE_GROUP "orte-node-bproc-group" - #endif