Skip to content

Commit

Permalink
remove status from offset guess test
Browse files Browse the repository at this point in the history
  • Loading branch information
akarpz committed Nov 22, 2023
1 parent 39377a9 commit 51de231
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/network/tracer/offsetguess_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ const (
offsetSkBuffHead
offsetCtOrigin
offsetCtReply
offsetCtStatus
offsetCtNetns
offsetCtIno
offsetMax
Expand Down Expand Up @@ -117,8 +116,6 @@ func (o offsetT) String() string {
return "offset_ct_origin"
case offsetCtReply:
return "offset_ct_reply"
case offsetCtStatus:
return "offset_ct_status"
case offsetCtNetns:
return "offset_ct_netns"
case offsetCtIno:
Expand Down Expand Up @@ -208,8 +205,6 @@ func testOffsetGuess(t *testing.T) {
consts[offsetCtOrigin] = value
case "offset_ct_reply":
consts[offsetCtReply] = value
case "offset_ct_status":
consts[offsetCtStatus] = value
case "offset_ct_netns":
consts[offsetCtNetns] = value
case "offset_ct_ino":
Expand Down

0 comments on commit 51de231

Please sign in to comment.