From ad025ed551ac6b1f0d4cc2ad741b1da4c0610a43 Mon Sep 17 00:00:00 2001 From: yangsheng Date: Wed, 3 Sep 2008 10:10:25 +0000 Subject: [PATCH] Branch b1_8_gate b=16771 Cleanup the unuse variable. --- lustre/obdclass/llog_swab.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lustre/obdclass/llog_swab.c b/lustre/obdclass/llog_swab.c index ab8e970..a3a3053 100644 --- a/lustre/obdclass/llog_swab.c +++ b/lustre/obdclass/llog_swab.c @@ -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); -- 1.8.3.1