mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Remove superflous reset of temporary variable
This commit is contained in:
parent
8d51577e49
commit
12815430ec
1 changed files with 0 additions and 5 deletions
|
|
@ -1143,11 +1143,6 @@ func (p *processor) checkMissing(string) error {
|
||||||
if mistake&listingMask != 0 {
|
if mistake&listingMask != 0 {
|
||||||
p.badDirListings.error("%s %s", f, strings.Join(where, ", "))
|
p.badDirListings.error("%s %s", f, strings.Join(where, ", "))
|
||||||
}
|
}
|
||||||
// reset mistake
|
|
||||||
mistake &= rolieMask
|
|
||||||
mistake &= indexMask
|
|
||||||
mistake &= changesMask
|
|
||||||
mistake &= listingMask
|
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue