Whamcloud - gitweb
Remove unused variable from ll_process_log
authorphil <phil>
Mon, 20 Oct 2003 20:50:17 +0000 (20:50 +0000)
committerphil <phil>
Mon, 20 Oct 2003 20:50:17 +0000 (20:50 +0000)
lustre/llite/llite_lib.c

index 2e96ec9..01d044e 100644 (file)
@@ -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;