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

Cleanup the unuse variable.

lustre/obdclass/llog_swab.c

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