Windows: remove unused variables in fs.c

Change-Id: Ie0f21b84266d77d0c92244d5c8a6958d9bfe7e71
Reviewed-on: http://gerrit.openafs.org/5247
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
Tested-by: Derrick Brashear <shadow@dementix.org>
This commit is contained in:
Jeffrey Altman 2011-08-12 19:01:56 -04:00 committed by Derrick Brashear
parent 145a8490c7
commit 578db3bbec

View File

@ -744,7 +744,6 @@ CleanACLCmd(struct cmd_syndesc *as, void *arock)
struct AclEntry *te;
int error = 0;
size_t len;
char cell[CELL_MAXNAMELEN];
SetDotDefault(&as->parms[0].items);
for(ti=as->parms[0].items; ti; ti=ti->next) {
@ -4951,7 +4950,6 @@ ChModCmd(struct cmd_syndesc *as, void *arock)
for(ti=as->parms[1].items; ti; ti=ti->next) {
cm_fid_t fid;
afs_uint32 filetype;
char cell[CELL_MAXNAMELEN];
/* once per file */
memset(&fid, 0, sizeof(fid));