Skip to content

Commit

Permalink
Update libpf/interpretertype.go
Browse files Browse the repository at this point in the history
Co-authored-by: Christos Kalkanis <christos.kalkanis@elastic.co>
  • Loading branch information
florianl and christos68k authored Oct 15, 2024
1 parent b026f8e commit 97c9727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libpf/interpretertype.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ var stringToInterpreterType = make(map[string]InterpreterType, len(interpreterTy

func init() {
for k, v := range interpreterTypeToString {
if k == PHPJIT || k == APMInt {
if k == PHPJIT {
continue
}
stringToInterpreterType[v] = k
Expand Down

0 comments on commit 97c9727

Please sign in to comment.