fix(prebuild): removce ineffectual assignment.
This commit is contained in:
parent
bc270954d4
commit
068d205e13
1 changed files with 0 additions and 1 deletions
|
|
@ -51,7 +51,6 @@ func parse(kind aa.FileKind, profile string) (aa.ParaRules, []string, error) {
|
|||
case aa.AbstractionKind, aa.TunableKind:
|
||||
raw = profile
|
||||
}
|
||||
raw = profile
|
||||
|
||||
r, par, err := aa.ParseRules(raw)
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue