Skip to content

Commit

Permalink
Remove unused *_PROTO constants
Browse files Browse the repository at this point in the history
These are unused since commit 941b4de

Signed-off-by: Tobias Klauser <[email protected]>
  • Loading branch information
tklauser authored and aboch committed Sep 13, 2019
1 parent 07130f3 commit 36d367f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions conntrack_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ const (
// https://github.com/torvalds/linux/blob/master/include/uapi/linux/netfilter/nfnetlink.h -> #define NFNL_SUBSYS_CTNETLINK_EXP 2
ConntrackExpectTable = 2
)
const (
// For Parsing Mark
TCP_PROTO = 6
UDP_PROTO = 17
)

const (
// backward compatibility with golang 1.6 which does not have io.SeekCurrent
seekCurrent = 1
Expand Down

0 comments on commit 36d367f

Please sign in to comment.