Skip to content

Commit

Permalink
style: remove unused const.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodman10 committed Aug 20, 2023
1 parent 03beefb commit 741dcd1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/dataplane/parser/atc/field.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ const (
FieldHTTPMethod StringField = "http.method"
FieldHTTPHost StringField = "http.host"
FieldHTTPPath StringField = "http.path"
FieldNetDstIP StringField = "net.dst.ip"
)

// IntField is defined for fields with constant name and having integer type.
Expand Down

0 comments on commit 741dcd1

Please sign in to comment.