From c045bc8311467008f4904fa93e0b2d6c7f16d14d Mon Sep 17 00:00:00 2001 From: yangsheng <yangsheng> Date: Wed, 3 Sep 2008 10:09:49 +0000 Subject: [PATCH] Branch b1_6 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 d361dcc6a5..6522259ba9 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); -- GitLab