Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit f3149f2

Browse files
jsquyresggouaillardet
authored andcommitted
opal: remove some unused variables / compiler warnings
(back-ported from commit open-mpi/ompi@017f242)
1 parent 5aaee1f commit f3149f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

opal/mca/btl/openib/btl_openib_component.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* University of Stuttgart. All rights reserved.
1111
* Copyright (c) 2004-2005 The Regents of the University of California.
1212
* All rights reserved.
13-
* Copyright (c) 2006-2015 Cisco Systems, Inc. All rights reserved.
13+
* Copyright (c) 2006-2016 Cisco Systems, Inc. All rights reserved.
1414
* Copyright (c) 2006-2015 Mellanox Technologies. All rights reserved.
1515
* Copyright (c) 2006-2015 Los Alamos National Security, LLC. All rights
1616
* reserved.
@@ -2125,7 +2125,6 @@ static int init_one_device(opal_list_t *btl_list, struct ibv_device* ib_dev)
21252125
{
21262126
/* we need to read this MCA param at this point in case someone
21272127
* altered it via MPI_T */
2128-
int index;
21292128
mca_base_var_source_t source;
21302129

21312130
if (OPAL_SUCCESS != (ret = get_var_source ("receive_queues", &source))) {

0 commit comments

Comments
 (0)