Skip to content

Commit

Permalink
Remove unused constant in test
Browse files Browse the repository at this point in the history
  • Loading branch information
caseydavenport committed Apr 16, 2020
1 parent d216a5c commit c55f425
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bpf/ut/bpf_prog_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,8 @@ func init() {

// Constants that are shared with the UT binaries that we build.
const (
natTunnelMTU = uint16(700)
ethernetHeaderSize = 14
testVxlanPort = uint16(5665)
natTunnelMTU = uint16(700)
testVxlanPort = uint16(5665)
)

var (
Expand Down

0 comments on commit c55f425

Please sign in to comment.