From 8c7804e999d0762df73d235330fb3de64417717d Mon Sep 17 00:00:00 2001 From: jacob Date: Mon, 27 Jun 2005 23:54:51 +0000 Subject: [PATCH] remove unused variable --- lustre/mds/mds_fs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 1.8.3.1