diff mbox

[4/6] opensm: osm_pkey: Remove unused variables

Message ID 504F4865.3040608@acm.org (mailing list archive)
State Accepted
Delegated to: Alex Netes
Headers show

Commit Message

Bart Van Assche Sept. 11, 2012, 2:19 p.m. UTC
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
---
 opensm/osm_pkey.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

Comments

Alex Netes Sept. 16, 2012, 10:09 a.m. UTC | #1
Hi Bart,

On 16:19 Tue 11 Sep     , Bart Van Assche wrote:
> Signed-off-by: Bart Van Assche <bvanassche@acm.org>
> ---

Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/opensm/osm_pkey.c b/opensm/osm_pkey.c
index 98e2aee..bb45f57 100644
--- a/opensm/osm_pkey.c
+++ b/opensm/osm_pkey.c
@@ -369,9 +369,6 @@  ib_net16_t osm_physp_find_common_pkey(IN const osm_physp_t * p_physp1,
 	uint64_t pkey1_base, pkey2_base;
 	const osm_pkey_tbl_t *pkey_tbl1, *pkey_tbl2;
 	cl_map_iterator_t map_iter1, map_iter2;
-	ib_net16_t key;
-	const osm_pkey_tbl_t *pkey_tbl;
-	cl_map_iterator_t map_iter, map_end;
 
 	pkey_tbl1 = osm_physp_get_pkey_tbl(p_physp1);
 	pkey_tbl2 = osm_physp_get_pkey_tbl(p_physp2);