diff mbox

OpenSM: Fix unused variable compiler warning.

Message ID 20091110104108.b27e2440.weiny2@llnl.gov (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Ira Weiny Nov. 10, 2009, 6:41 p.m. UTC
None
diff mbox

Patch

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);