From 852fbca020843ee3070e9ac872ce650a3f3fd152 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Tue, 17 Feb 2015 21:17:23 -0800 Subject: [PATCH] Shut coverity up --- orte/mca/notifier/base/notifier_base_fns.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/orte/mca/notifier/base/notifier_base_fns.c b/orte/mca/notifier/base/notifier_base_fns.c index b53ecba872..5a4e00d257 100644 --- a/orte/mca/notifier/base/notifier_base_fns.c +++ b/orte/mca/notifier/base/notifier_base_fns.c @@ -107,13 +107,13 @@ void orte_notifier_base_report(int sd, short args, void *cbdata) /* need to process the notification string to get the names of the modules */ return; - +#if 0 OPAL_LIST_FOREACH(imod, &orte_notifier_base.modules, orte_notifier_active_module_t) { if (NULL != imod->module->report && 0 == strcmp(imod->component->base_version.mca_component_name, modules[i])) imod->module->report(req); } - +#endif } const char* orte_notifier_base_sev2str(orte_notifier_severity_t severity)