fix(prebuild): removce ineffectual assignment.

This commit is contained in:
Alexandre Pujol 2025-08-25 00:02:12 +02:00
parent bc270954d4
commit 068d205e13
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC

View file

@ -51,7 +51,6 @@ func parse(kind aa.FileKind, profile string) (aa.ParaRules, []string, error) {
case aa.AbstractionKind, aa.TunableKind: case aa.AbstractionKind, aa.TunableKind:
raw = profile raw = profile
} }
raw = profile
r, par, err := aa.ParseRules(raw) r, par, err := aa.ParseRules(raw)
if err != nil { if err != nil {