mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-21 18:53:30 +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:
parent
8e88859ee4
commit
ed4a1954e4
@ -173,13 +173,6 @@ type KataAgentConfig struct {
|
|||||||
UseVSock bool
|
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
|
// ProxyConfig is a structure storing information needed from any
|
||||||
// proxy in order to be properly initialized.
|
// proxy in order to be properly initialized.
|
||||||
type ProxyConfig struct {
|
type ProxyConfig struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user