Remove the orte_finalize_event variable - no longer needed
authorrhc
Tue Dec 25 19:33:20 2012 +0000 (4 months ago)
changeset 211067fb24bb4f508
parent 21105 cab726c1baa8
child 21107 55507abe10ef
Remove the orte_finalize_event variable - no longer needed
orte/runtime/orte_globals.c
orte/runtime/orte_globals.h
     1.1 --- a/orte/runtime/orte_globals.c	Tue Dec 25 19:30:18 2012 +0000
     1.2 +++ b/orte/runtime/orte_globals.c	Tue Dec 25 19:33:20 2012 +0000
     1.3 @@ -196,7 +196,6 @@
     1.4  /* progress thread */
     1.5  #if ORTE_ENABLE_PROGRESS_THREADS
     1.6  opal_thread_t orte_progress_thread;
     1.7 -opal_event_t orte_finalize_event;
     1.8  #endif
     1.9  
    1.10  /* global nidmap/pidmap for daemons to give to apps */
     2.1 --- a/orte/runtime/orte_globals.h	Tue Dec 25 19:30:18 2012 +0000
     2.2 +++ b/orte/runtime/orte_globals.h	Tue Dec 25 19:33:20 2012 +0000
     2.3 @@ -142,7 +142,6 @@
     2.4  
     2.5  #if ORTE_ENABLE_PROGRESS_THREADS
     2.6  ORTE_DECLSPEC extern opal_thread_t orte_progress_thread;
     2.7 -ORTE_DECLSPEC extern opal_event_t orte_finalize_event;
     2.8  #endif
     2.9  
    2.10  #define ORTE_GLOBAL_ARRAY_BLOCK_SIZE    64