Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit 112ecc6

Browse files
jsquyresjjhursey
authored andcommitted
orte proc_info.c: remove unused variable
Signed-off-by: Jeff Squyres <[email protected]> (cherry picked from commit open-mpi/ompi@722d5ee)
1 parent cd6b716 commit 112ecc6

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-2015 Intel, Inc. All rights reserved
@@ -100,7 +100,6 @@ int orte_proc_info(void)
100100
char hostname[OPAL_MAXHOSTNAMELEN];
101101
char **prefixes;
102102
bool match;
103-
struct in_addr buf;
104103

105104
if (init) {
106105
return ORTE_SUCCESS;

0 commit comments

Comments
 (0)