Whamcloud - gitweb
Branch b1_6
authoryangsheng <yangsheng>
Wed, 3 Sep 2008 10:09:49 +0000 (10:09 +0000)
committeryangsheng <yangsheng>
Wed, 3 Sep 2008 10:09:49 +0000 (10:09 +0000)
b=16771

Cleanup the unuse variable.

lustre/obdclass/llog_swab.c

index d361dcc..6522259 100644 (file)
@@ -268,7 +268,6 @@ EXPORT_SYMBOL(lustre_swab_lustre_cfg);
 
 void lustre_swab_cfg_marker(struct cfg_marker *marker)
 {
-        int i;
         ENTRY;
 
         __swab32s(&marker->cm_step);