From: yangsheng Date: Wed, 3 Sep 2008 10:09:49 +0000 (+0000) Subject: Branch b1_6 X-Git-Tag: GIT_EPOCH_B_RELEASE_1_6_7~2^3~287 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=c045bc8311467008f4904fa93e0b2d6c7f16d14d;p=fs%2Flustre-release.git Branch b1_6 b=16771 Cleanup the unuse variable. --- diff --git a/lustre/obdclass/llog_swab.c b/lustre/obdclass/llog_swab.c index d361dcc..6522259 100644 --- a/lustre/obdclass/llog_swab.c +++ b/lustre/obdclass/llog_swab.c @@ -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);