From: tappro Date: Sat, 7 Oct 2006 22:13:22 +0000 (+0000) Subject: - remove unused code X-Git-Tag: v1_8_0_110~486^2~649 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=28bc474187aacd8e31193a6e5cf6edb232726eb4;p=fs%2Flustre-release.git - remove unused code --- diff --git a/lustre/mdd/mdd_lov.c b/lustre/mdd/mdd_lov.c index 00a3043..b2456fa 100644 --- a/lustre/mdd/mdd_lov.c +++ b/lustre/mdd/mdd_lov.c @@ -49,13 +49,11 @@ static int mdd_lov_update(struct obd_device *host, enum obd_notify_event ev, void *owner) { struct mdd_device *mdd = owner; - struct obd_device *obd; struct md_device *upcall_dev; int rc; ENTRY; LASSERT(owner != NULL); - obd = mdd2obd_dev(mdd); upcall_dev = mdd->mdd_md_dev.md_upcall.mu_upcall_dev;