From: jacob Date: Mon, 27 Jun 2005 23:54:51 +0000 (+0000) Subject: remove unused variable X-Git-Tag: v1_7_100~1^25~8^2~9 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=8c7804e999d0762df73d235330fb3de64417717d;p=fs%2Flustre-release.git remove unused variable --- diff --git a/lustre/mds/mds_fs.c b/lustre/mds/mds_fs.c index 329f900..9ab3066 100644 --- a/lustre/mds/mds_fs.c +++ b/lustre/mds/mds_fs.c @@ -529,7 +529,7 @@ int mds_fs_cleanup(struct obd_device *obd) { struct mds_obd *mds = &obd->u.mds; struct lvfs_run_ctxt saved; - int i, rc = 0; + int rc = 0; if (obd->obd_fail) CERROR("%s: shutting down for failover; client state will"