mirror of
https://git.openafs.org/openafs.git
synced 2025-01-21 08:20:16 +00:00
volser: Remove unused variable
tid is now unused - remove it to avoid a warning. Change-Id: If2d4fdf16415bbf19de3cd8a3e621d04d4d9b018 Reviewed-on: http://gerrit.openafs.org/6743 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Derrick Brashear <shadow@dementix.org>
This commit is contained in:
parent
fe4e52655c
commit
fd19b39b15
@ -5207,7 +5207,6 @@ UV_ZapVolumeClones(afs_uint32 aserver, afs_int32 apart,
|
||||
int curPos;
|
||||
afs_int32 code = 0;
|
||||
afs_int32 success = 1;
|
||||
afs_int32 tid;
|
||||
|
||||
aconn = (struct rx_connection *)0;
|
||||
aconn = UV_Bind(aserver, AFSCONF_VOLUMEPORT);
|
||||
@ -5231,7 +5230,6 @@ UV_ZapVolumeClones(afs_uint32 aserver, afs_int32 apart,
|
||||
VPRINT2("Clone of %s %u deleted\n", curPtr->volName,
|
||||
curPtr->volCloneId);
|
||||
curPos++;
|
||||
tid = 0;
|
||||
}
|
||||
}
|
||||
if (aconn)
|
||||
|
Loading…
Reference in New Issue
Block a user