Skip to content

Commit

Permalink
codegen/context: remove funcNames
Browse files Browse the repository at this point in the history
this was never used
  • Loading branch information
gucio321 committed Nov 14, 2024
1 parent 4ce714f commit 6389ec8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/codegen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ type Context struct {
typedefs *Typedefs

// ghese fields are filled by parser while it generates code.
funcNames map[CIdentifier]bool // funcs are filled by gencpp
enumNames map[CIdentifier]bool
typedefsNames map[CIdentifier]bool

Expand Down

0 comments on commit 6389ec8

Please sign in to comment.