Skip to content

Commit 00b20be

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ompi/mca/osc/pt2pt/osc_pt2pt.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* All rights reserved.
1111
* Copyright (c) 2007-2016 Los Alamos National Security, LLC. All rights
1212
* reserved.
13-
* Copyright (c) 2010 Cisco Systems, Inc. All rights reserved.
13+
* Copyright (c) 2010-2017 Cisco Systems, Inc. All rights reserved
1414
* Copyright (c) 2012-2013 Sandia National Laboratories. All rights reserved.
1515
* Copyright (c) 2015-2016 Research Organization for Information Science
1616
* and Technology (RIST). All rights reserved.
@@ -669,7 +669,6 @@ static inline void osc_pt2pt_copy_for_send (void *target, size_t target_len, con
669669
*/
670670
static inline void osc_pt2pt_gc_clean (ompi_osc_pt2pt_module_t *module)
671671
{
672-
ompi_request_t *request;
673672
opal_list_item_t *item;
674673

675674
OPAL_THREAD_LOCK(&module->gc_lock);

0 commit comments

Comments
 (0)