Skip to content

Commit 2a6612e

Browse files
committed
Remove unused rootlessSlirpSync fields from Container struct
The rootlessSlirpSyncR and rootlessSlirpSyncW fields were related to slirp4netns support which has been removed. These unused fields were causing golangci-lint validation failures. Fixes validate job failures in CI. Signed-off-by: Lokesh Mandvekar <[email protected]>
1 parent 4fd6fb9 commit 2a6612e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

libpod/container.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,6 @@ type Container struct {
107107
runtime *Runtime
108108
ociRuntime OCIRuntime
109109

110-
rootlessSlirpSyncR *os.File
111-
rootlessSlirpSyncW *os.File
112-
113110
rootlessPortSyncR *os.File
114111
rootlessPortSyncW *os.File
115112

0 commit comments

Comments
 (0)