Fixup: delete unused variable

This commit is contained in:
nobishino 2024-03-07 23:03:19 +09:00 committed by Cosmin Cojocar
parent ccb0a08221
commit b6df69cd07

View file

@ -55,8 +55,6 @@ const externalSuppressionJustification = "Globally suppressed."
const aliasOfAllRules = "*"
var generatedCodePattern = regexp.MustCompile(`^// Code generated .* DO NOT EDIT\.$`)
type ignore struct {
start int
end int