mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
butc: Remove dead initialisation
code is set to a real value on every code path, so don't bother initialising it to 0 midway through the function. Change-Id: I334286f2ae854c57df781af8df78e5a1bf8e9b2b Reviewed-on: http://gerrit.openafs.org/9256 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Derrick Brashear <shadow@your-file-system.com> Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
This commit is contained in:
parent
92011f4e93
commit
ec5ec48956
@ -821,7 +821,6 @@ readDbTape(struct butm_tapeInfo *tapeInfoPtr,
|
||||
if (!code)
|
||||
strcpy(tapeName, te.name);
|
||||
}
|
||||
code = 0;
|
||||
|
||||
while (1) { /*w */
|
||||
if (interactiveFlag) { /* need a tape to read */
|
||||
|
Loading…
Reference in New Issue
Block a user