From: Ira Weiny <wei...@llnl.gov>
Date: Tue, 10 Nov 2009 10:39:47 -0800
Subject: [PATCH] OpenSM: Fix unused variable compiler warning.


Signed-off-by: Ira Weiny <wei...@llnl.gov>
---
 opensm/opensm/osm_mcast_tbl.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/opensm/opensm/osm_mcast_tbl.c b/opensm/opensm/osm_mcast_tbl.c
index 4c58102..14f8e7a 100644
--- a/opensm/opensm/osm_mcast_tbl.c
+++ b/opensm/opensm/osm_mcast_tbl.c
@@ -223,7 +223,6 @@ ib_api_status_t osm_mcast_tbl_set_block(IN osm_mcast_tbl_t 
* p_tbl,
 
 void osm_mcast_tbl_clear_mlid(IN osm_mcast_tbl_t * p_tbl, IN uint16_t mlid_ho)
 {
-       uint8_t i;
        uintn_t mlid_offset;
 
        CL_ASSERT(p_tbl);
-- 
1.5.4.5

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

Reply via email to