We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1947280 commit 760db0dCopy full SHA for 760db0d
ompi/mca/osc/pt2pt/osc_pt2pt_frag.c
@@ -5,6 +5,7 @@
5
* reserved.
6
* Copyright (c) 2015 Research Organization for Information Science
7
* and Technology (RIST). All rights reserved.
8
+ * Copyright (c) 2017 Cisco Systems, Inc. All rights reserved
9
* $COPYRIGHT$
10
*
11
* Additional copyrights may follow
@@ -153,7 +154,6 @@ int ompi_osc_pt2pt_frag_flush_pending_all (ompi_osc_pt2pt_module_t *module)
153
154
int ompi_osc_pt2pt_frag_flush_target (ompi_osc_pt2pt_module_t *module, int target)
155
{
156
ompi_osc_pt2pt_peer_t *peer = ompi_osc_pt2pt_peer_lookup (module, target);
- ompi_osc_pt2pt_frag_t *frag;
157
int ret = OMPI_SUCCESS;
158
159
OPAL_OUTPUT_VERBOSE((50, ompi_osc_base_framework.framework_output,
0 commit comments