mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-03 01:44:29 +00:00
persist: remove unused struct
Remove unused struct from persist structures. Signed-off-by: Wei Zhang <weizhang555.zw@gmail.com>
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user