From 64da742d5f78143732a0d652f67e7a47e75a94fb Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Tue, 25 Dec 2012 19:33:20 +0000 Subject: [PATCH] Remove the orte_finalize_event variable - no longer needed This commit was SVN r27722. --- orte/runtime/orte_globals.c | 1 - orte/runtime/orte_globals.h | 1 - 2 files changed, 2 deletions(-) diff --git a/orte/runtime/orte_globals.c b/orte/runtime/orte_globals.c index e8c8d07efa..c29a0432ef 100644 --- a/orte/runtime/orte_globals.c +++ b/orte/runtime/orte_globals.c @@ -196,7 +196,6 @@ int orte_max_vm_size = -1; /* progress thread */ #if ORTE_ENABLE_PROGRESS_THREADS opal_thread_t orte_progress_thread; -opal_event_t orte_finalize_event; #endif /* global nidmap/pidmap for daemons to give to apps */ diff --git a/orte/runtime/orte_globals.h b/orte/runtime/orte_globals.h index 3e31c3dd13..25f557d943 100644 --- a/orte/runtime/orte_globals.h +++ b/orte/runtime/orte_globals.h @@ -142,7 +142,6 @@ typedef struct orte_app_context_t orte_app_context_t; #if ORTE_ENABLE_PROGRESS_THREADS ORTE_DECLSPEC extern opal_thread_t orte_progress_thread; -ORTE_DECLSPEC extern opal_event_t orte_finalize_event; #endif #define ORTE_GLOBAL_ARRAY_BLOCK_SIZE 64