Linux: remove unused variable
authorMarc Dionne <marc.c.dionne@gmail.com>
Thu, 14 Jul 2011 00:56:53 +0000 (20:56 -0400)
committerDerrick Brashear <shadow@dementia.org>
Thu, 14 Jul 2011 05:07:24 +0000 (22:07 -0700)
endindex is not used, remove it

Change-Id: I50a89e3f25828c05fd24f4fc6a1068007a68dbc2
Reviewed-on: http://gerrit.openafs.org/5012
Tested-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>

src/afs/LINUX/osi_vnodeops.c

index 3ddc7d9..b61353e 100644 (file)
@@ -1516,7 +1516,7 @@ afs_linux_read_cache(struct file *cachefp, struct page *page,
     struct inode *cacheinode = cachefp->f_dentry->d_inode;
     struct page *newpage, *cachepage;
     struct address_space *cachemapping;
-    int pageindex, endindex;
+    int pageindex;
     int code = 0;
 
     cachemapping = cacheinode->i_mapping;