Skip to content

Commit 114aec0

Browse files
committed
btl_tcp_endpoint.c: remove errant ;
No code or logic changes. Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
1 parent d1ce203 commit 114aec0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

opal/mca/btl/tcp/btl_tcp_endpoint.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Copyright (c) 2004-2005 The Regents of the University of California.
1212
* All rights reserved.
1313
* Copyright (c) 2007-2008 Sun Microsystems, Inc. All rights reserved.
14-
* Copyright (c) 2013-2018 Cisco Systems, Inc. All rights reserved
14+
* Copyright (c) 2013-2022 Cisco Systems, Inc. All rights reserved.
1515
* Copyright (c) 2014 Intel, Inc. All rights reserved.
1616
* Copyright (c) 2015 Research Organization for Information Science
1717
* and Technology (RIST). All rights reserved.
@@ -630,7 +630,6 @@ static void mca_btl_tcp_endpoint_connected(mca_btl_base_endpoint_t *btl_endpoint
630630
static int mca_btl_tcp_endpoint_recv_connect_ack(mca_btl_base_endpoint_t *btl_endpoint)
631631
{
632632
size_t retval, len = strlen(mca_btl_tcp_magic_id_string);
633-
;
634633
mca_btl_tcp_proc_t *btl_proc = btl_endpoint->endpoint_proc;
635634
opal_process_name_t guid;
636635

0 commit comments

Comments
 (0)