Skip to content

Commit c94cf9c

Browse files
committed
common: remove slirp from pkg/ssh
Signed-off-by: Lokesh Mandvekar <[email protected]>
1 parent fe25220 commit c94cf9c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

common/pkg/ssh/types.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ type HostInfo struct {
126126
// ServiceIsRemote is true when the podman/libpod service is remote to the client
127127
ServiceIsRemote bool `json:"serviceIsRemote"`
128128
Security SecurityInfo `json:"security"`
129-
Slirp4NetNS SlirpInfo `json:"slirp4netns,omitempty"`
130129
SwapFree int64 `json:"swapFree"`
131130
SwapTotal int64 `json:"swapTotal"`
132131
Uptime string `json:"uptime"`
@@ -139,13 +138,6 @@ type RemoteSocket struct {
139138
Exists bool `json:"exists,omitempty"`
140139
}
141140

142-
// SlirpInfo describes the slirp executable that is being used.
143-
type SlirpInfo struct {
144-
Executable string `json:"executable"`
145-
Package string `json:"package"`
146-
Version string `json:"version"`
147-
}
148-
149141
// IDMappings describe the GID and UID mappings.
150142
type IDMappings struct {
151143
GIDMap []idtools.IDMap `json:"gidmap"`

0 commit comments

Comments
 (0)