From 28bc474187aacd8e31193a6e5cf6edb232726eb4 Mon Sep 17 00:00:00 2001 From: tappro Date: Sat, 7 Oct 2006 22:13:22 +0000 Subject: [PATCH] - remove unused code --- lustre/mdd/mdd_lov.c | 2 -- 1 file changed, 2 deletions(-) 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; -- 1.8.3.1