Skip to content

Commit

Permalink
Update factorout.
Browse files Browse the repository at this point in the history
  • Loading branch information
corywalker committed Dec 24, 2017
1 parent a39a41e commit 5ef20a4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions utils/factorout/factorout.go
Expand Up @@ -28,9 +28,6 @@ func main() {
}
if def.Usage != "" {
b.WriteString(fmt.Sprintf("%s::usage = \"%v\";\n", def.Name, def.Usage))
for _, r := range def.Rules {
b.WriteString(fmt.Sprintf("%v := %v;\n", r.Lhs, r.Rhs))
}
b.WriteString(fmt.Sprintf("Attributes[%v] = {", def.Name))
for _, a := range def.Attributes {
b.WriteString(fmt.Sprintf("%s, ", a))
Expand Down

0 comments on commit 5ef20a4

Please sign in to comment.