Linux: remove unused variable

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>
This commit is contained in:
Marc Dionne 2011-07-13 20:56:53 -04:00 committed by Derrick Brashear
parent 4b9ad1b56e
commit a76e65034c

View 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;