mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Remove unused member
https://github.com/google/gvisor/commit/49e80a1440b349b24bddb1ba4fa5469645a84e27 missed this. PiperOrigin-RevId: 409481435
This commit is contained in:
committed by
gVisor bot
parent
2becb31411
commit
1dbdfd0749
@@ -81,11 +81,6 @@ const (
|
||||
//
|
||||
// +stateify savable
|
||||
type IPTables struct {
|
||||
// priorities maps each hook to a list of table names. The order of the
|
||||
// list is the order in which each table should be visited for that
|
||||
// hook. It is immutable.
|
||||
priorities [NumHooks][]TableID
|
||||
|
||||
connections ConnTrack
|
||||
|
||||
// reaperDone can be signaled to stop the reaper goroutine.
|
||||
|
||||
Reference in New Issue
Block a user