Whamcloud - gitweb
remove unused variable
authortappro <tappro>
Tue, 23 Aug 2005 15:08:25 +0000 (15:08 +0000)
committertappro <tappro>
Tue, 23 Aug 2005 15:08:25 +0000 (15:08 +0000)
lustre/smfs/file.c

index 5862589..d7806bb 100644 (file)
@@ -111,7 +111,6 @@ static ssize_t smfs_read(struct file *filp, char *buf,
 {
         struct  inode *cache_inode = I2CI(filp->f_dentry->d_inode);
         struct  smfs_file_info *sfi;
-        loff_t  tmp_ppos;
         loff_t  *cache_ppos = NULL;
         ssize_t rc = 0;