Skip to content

Commit

Permalink
gencpp: remove trailing if
Browse files Browse the repository at this point in the history
  • Loading branch information
gucio321 committed Dec 20, 2024
1 parent 85ac9c6 commit b17f0a0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/codegen/gencpp.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,10 +239,6 @@ extern "C" {
v = string(r)
}

if v == "FLT_MAX" {
v = "igGET_FLT_MAX()"
}

if v == "((void*)0)" {
v = "NULL"
}
Expand Down

0 comments on commit b17f0a0

Please sign in to comment.