Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
persist: remove unused struct
Browse files Browse the repository at this point in the history
Remove unused struct from persist structures.

Signed-off-by: Wei Zhang <[email protected]>
  • Loading branch information
WeiZhang555 committed Dec 30, 2019
1 parent 8e88859 commit ed4a195
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions virtcontainers/persist/api/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,13 +173,6 @@ type KataAgentConfig struct {
UseVSock bool
}

// HyperstartConfig is a structure storing information needed for
// hyperstart agent initialization.
type HyperstartConfig struct {
SockCtlName string
SockTtyName string
}

// ProxyConfig is a structure storing information needed from any
// proxy in order to be properly initialized.
type ProxyConfig struct {
Expand Down

0 comments on commit ed4a195

Please sign in to comment.