notifier base: remove unused variables
Этот коммит содержится в:
родитель
48eae25b8f
Коммит
ec62766a71
@ -9,7 +9,7 @@
|
|||||||
* University of Stuttgart. All rights reserved.
|
* University of Stuttgart. All rights reserved.
|
||||||
* Copyright (c) 2004-2005 The Regents of the University of California.
|
* Copyright (c) 2004-2005 The Regents of the University of California.
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
* Copyright (c) 2008-2009 Cisco Systems, Inc. All rights reserved.
|
* Copyright (c) 2008-2015 Cisco Systems, Inc. All rights reserved.
|
||||||
* Copyright (c) 2014-2015 Intel, Inc. All rights reserved.
|
* Copyright (c) 2014-2015 Intel, Inc. All rights reserved.
|
||||||
* $COPYRIGHT$
|
* $COPYRIGHT$
|
||||||
*
|
*
|
||||||
@ -90,10 +90,7 @@ void orte_notifier_base_log(int sd, short args, void *cbdata)
|
|||||||
void orte_notifier_base_report(int sd, short args, void *cbdata)
|
void orte_notifier_base_report(int sd, short args, void *cbdata)
|
||||||
{
|
{
|
||||||
orte_notifier_request_t *req = (orte_notifier_request_t*)cbdata;
|
orte_notifier_request_t *req = (orte_notifier_request_t*)cbdata;
|
||||||
char **modules = NULL;
|
|
||||||
char *notifies = NULL;
|
char *notifies = NULL;
|
||||||
orte_notifier_active_module_t *imod;
|
|
||||||
int i;
|
|
||||||
|
|
||||||
/* if no modules are active, then there is nothing to do */
|
/* if no modules are active, then there is nothing to do */
|
||||||
if (0 == opal_list_get_size(&orte_notifier_base.modules)) {
|
if (0 == opal_list_get_size(&orte_notifier_base.modules)) {
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user