mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-26 18:44:47 +01: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