From f00f52e35bd815ee902ed80441dfa3e67abc48a3 Mon Sep 17 00:00:00 2001 From: huanghua Date: Sun, 8 Oct 2006 01:59:02 +0000 Subject: [PATCH] remove compiler warning. --- lustre/obdclass/obd_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/obdclass/obd_config.c b/lustre/obdclass/obd_config.c index 681847d..b37ec80 100644 --- a/lustre/obdclass/obd_config.c +++ b/lustre/obdclass/obd_config.c @@ -1059,8 +1059,8 @@ out: void class_config_notify_end(const char *name) { - ENTRY; struct obd_device *obd; + ENTRY; /*XXX: This is fast fix to mountconf issue when osc are set up * while recovery is in progress already. -- 1.8.3.1