Remove unused member

https://github.com/google/gvisor/commit/49e80a1440b349b24bddb1ba4fa5469645a84e27
missed this.

PiperOrigin-RevId: 409481435
This commit is contained in:
Ghanan Gowripalan
2021-11-12 12:59:13 -08:00
committed by gVisor bot
parent 2becb31411
commit 1dbdfd0749
-5
View File
@@ -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.