mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 23:40:13 +00:00
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:
parent
145a8490c7
commit
578db3bbec
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user