Skip to content

Commit badc641

Browse files
committed
squash compiler warning
Signed-off-by: Howard Pritchard <[email protected]>
1 parent d655338 commit badc641

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

opal/mca/btl/tcp/btl_tcp_proc.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* Copyright (c) 2013-2015 Intel, Inc. All rights reserved
1515
* Copyright (c) 2014-2016 Research Organization for Information Science
1616
* and Technology (RIST). All rights reserved.
17-
* Copyright (c) 2015-2016 Los Alamos National Security, LLC. All rights
17+
* Copyright (c) 2015-2017 Los Alamos National Security, LLC. All rights
1818
* reserved.
1919
* Copyright (c) 2015 Cisco Systems, Inc. All rights reserved.
2020
* $COPYRIGHT$
@@ -744,7 +744,6 @@ mca_btl_tcp_proc_t* mca_btl_tcp_proc_lookup(const opal_process_name_t *name)
744744
if (OPAL_UNLIKELY(NULL == proc)) {
745745
mca_btl_base_endpoint_t *endpoint;
746746
opal_proc_t *opal_proc;
747-
int rc;
748747

749748
BTL_VERBOSE(("adding tcp proc for unknown peer {.jobid = 0x%x, .vpid = 0x%x}",
750749
name->jobid, name->vpid));

0 commit comments

Comments
 (0)