File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 11
11
* Copyright (c) 2004-2005 The Regents of the University of California.
12
12
* All rights reserved.
13
13
* 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.
15
15
* Copyright (c) 2014 Intel, Inc. All rights reserved.
16
16
* Copyright (c) 2015 Research Organization for Information Science
17
17
* and Technology (RIST). All rights reserved.
@@ -630,7 +630,6 @@ static void mca_btl_tcp_endpoint_connected(mca_btl_base_endpoint_t *btl_endpoint
630
630
static int mca_btl_tcp_endpoint_recv_connect_ack (mca_btl_base_endpoint_t * btl_endpoint )
631
631
{
632
632
size_t retval , len = strlen (mca_btl_tcp_magic_id_string );
633
- ;
634
633
mca_btl_tcp_proc_t * btl_proc = btl_endpoint -> endpoint_proc ;
635
634
opal_process_name_t guid ;
636
635
You can’t perform that action at this time.
0 commit comments