From 5b7796dfcdfed7476a21431f6737f693e7b9a2fc Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Tue, 12 Jun 2007 22:39:57 +0000 Subject: [PATCH] Remove 2 unused fields. This commit was SVN r15021. --- orte/mca/pls/rsh/pls_rsh.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/orte/mca/pls/rsh/pls_rsh.h b/orte/mca/pls/rsh/pls_rsh.h index cd77fdc35c..79f3707a8d 100644 --- a/orte/mca/pls/rsh/pls_rsh.h +++ b/orte/mca/pls/rsh/pls_rsh.h @@ -66,10 +66,8 @@ int orte_pls_rsh_signal_proc(const orte_process_name_t* proc_name, int32_t); struct orte_pls_rsh_component_t { orte_pls_base_component_t super; bool debug; - bool debug_malloc; bool debug_daemons; bool timing; - bool reap; bool assume_same_shell; bool force_rsh; int delay;