Skip to content

Commit 760db0d

Browse files
committed
osc/pt2pt: fix compiler warning
Remove unused variable. Signed-off-by: Jeff Squyres <[email protected]>
1 parent 1947280 commit 760db0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mca/osc/pt2pt/osc_pt2pt_frag.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* reserved.
66
* Copyright (c) 2015 Research Organization for Information Science
77
* and Technology (RIST). All rights reserved.
8+
* Copyright (c) 2017 Cisco Systems, Inc. All rights reserved
89
* $COPYRIGHT$
910
*
1011
* Additional copyrights may follow
@@ -153,7 +154,6 @@ int ompi_osc_pt2pt_frag_flush_pending_all (ompi_osc_pt2pt_module_t *module)
153154
int ompi_osc_pt2pt_frag_flush_target (ompi_osc_pt2pt_module_t *module, int target)
154155
{
155156
ompi_osc_pt2pt_peer_t *peer = ompi_osc_pt2pt_peer_lookup (module, target);
156-
ompi_osc_pt2pt_frag_t *frag;
157157
int ret = OMPI_SUCCESS;
158158

159159
OPAL_OUTPUT_VERBOSE((50, ompi_osc_base_framework.framework_output,

0 commit comments

Comments
 (0)