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