Skip to content

Commit 722d5ee

Browse files
committed
orte proc_info.c: remove unused variable
Signed-off-by: Jeff Squyres <[email protected]>
1 parent 08d08e6 commit 722d5ee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

orte/util/proc_info.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* University of Stuttgart. All rights reserved.
1010
* Copyright (c) 2004-2005 The Regents of the University of California.
1111
* All rights reserved.
12-
* Copyright (c) 2009 Cisco Systems, Inc. All rights reserved.
12+
* Copyright (c) 2009-2016 Cisco Systems, Inc. All rights reserved.
1313
* Copyright (c) 2012 Los Alamos National Security, LLC.
1414
* All rights reserved.
1515
* Copyright (c) 2014-2016 Intel, Inc. All rights reserved
@@ -101,7 +101,6 @@ int orte_proc_info(void)
101101
char hostname[OPAL_MAXHOSTNAMELEN];
102102
char **prefixes;
103103
bool match;
104-
struct in_addr buf;
105104

106105
if (init) {
107106
return ORTE_SUCCESS;

0 commit comments

Comments
 (0)