1
1

orte proc_info.c: remove unused variable

Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
Этот коммит содержится в:
Jeff Squyres 2016-09-06 16:38:15 -07:00
родитель 08d08e6c69
Коммит 722d5eecf1

Просмотреть файл

@ -9,7 +9,7 @@
* University of Stuttgart. All rights reserved.
* Copyright (c) 2004-2005 The Regents of the University of California.
* All rights reserved.
* Copyright (c) 2009 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2009-2016 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2012 Los Alamos National Security, LLC.
* All rights reserved.
* Copyright (c) 2014-2016 Intel, Inc. All rights reserved
@ -101,7 +101,6 @@ int orte_proc_info(void)
char hostname[OPAL_MAXHOSTNAMELEN];
char **prefixes;
bool match;
struct in_addr buf;
if (init) {
return ORTE_SUCCESS;