From: phil Date: Mon, 20 Oct 2003 20:50:17 +0000 (+0000) Subject: Remove unused variable from ll_process_log X-Git-Tag: v1_7_110~1^13~84 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=211c1f8f982f9deb434346423b2939e066e07d03;p=fs%2Flustre-release.git Remove unused variable from ll_process_log --- diff --git a/lustre/llite/llite_lib.c b/lustre/llite/llite_lib.c index 2e96ec9..01d044e 100644 --- a/lustre/llite/llite_lib.c +++ b/lustre/llite/llite_lib.c @@ -128,7 +128,6 @@ void ll_lli_init(struct ll_inode_info *lli) int ll_process_log(char *mds, char *config, struct config_llog_instance *cfg) { struct lustre_cfg lcfg; - int dev; struct obd_device *obd; struct lustre_handle mdc_conn = {0, }; struct obd_export *exp;