From: adilger Date: Sat, 26 Jul 2003 03:05:16 +0000 (+0000) Subject: Remove variable that is only set but not used. X-Git-Tag: v1_7_110~1^13~163 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=165e15d2e10a4788310adfa84635256ec57dd393;p=fs%2Flustre-release.git Remove variable that is only set but not used. --- 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);