From 165e15d2e10a4788310adfa84635256ec57dd393 Mon Sep 17 00:00:00 2001 From: adilger Date: Sat, 26 Jul 2003 03:05:16 +0000 Subject: [PATCH] Remove variable that is only set but not used. --- lustre/llite/llite_lib.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/lustre/llite/llite_lib.c b/lustre/llite/llite_lib.c index 882f2c6..5e798d6 100644 --- a/lustre/llite/llite_lib.c +++ b/lustre/llite/llite_lib.c @@ -137,7 +137,6 @@ int ll_fill_super(struct super_block *sb, void *data, int silent) struct ll_fid rootfid; struct obd_statfs osfs; struct ptlrpc_request *request = NULL; - struct ptlrpc_connection *mdc_conn; struct lustre_md md; class_uuid_t uuid; @@ -196,8 +195,6 @@ int ll_fill_super(struct super_block *sb, void *data, int silent) sb->s_magic = LL_SUPER_MAGIC; sb->s_maxbytes = PAGE_CACHE_MAXBYTES; - mdc_conn = sbi2mdc(sbi)->cl_import->imp_connection; - obd = class_name2obd(osc); if (!obd) { CERROR("OSC %s: not setup or attached\n", osc); -- 1.8.3.1