Skip to content

Commit

Permalink
Remove superflous reset of temporary variable
Browse files Browse the repository at this point in the history
  • Loading branch information
JanHoefelmeyer committed Aug 23, 2023
1 parent 8d51577 commit 1281543
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cmd/csaf_checker/processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -1143,11 +1143,6 @@ func (p *processor) checkMissing(string) error {
if mistake&listingMask != 0 {
p.badDirListings.error("%s %s", f, strings.Join(where, ", "))
}
// reset mistake
mistake &= rolieMask
mistake &= indexMask
mistake &= changesMask
mistake &= listingMask
}
return nil
}
Expand Down

0 comments on commit 1281543

Please sign in to comment.