From 211c1f8f982f9deb434346423b2939e066e07d03 Mon Sep 17 00:00:00 2001 From: phil Date: Mon, 20 Oct 2003 20:50:17 +0000 Subject: [PATCH] Remove unused variable from ll_process_log --- lustre/llite/llite_lib.c | 1 - 1 file changed, 1 deletion(-) 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; -- 1.8.3.1