mirror of
https://github.com/clearlinux/hyperstart.git
synced 2026-09-03 12:11:34 +00:00
remove useless var global_exec
Signed-off-by: Gao feng <omarapazanadi@gmail.com>
This commit is contained in:
@@ -126,5 +126,4 @@ void hyper_cleanup_pod(struct hyper_pod *pod);
|
||||
|
||||
extern struct hyper_pod global_pod;
|
||||
extern struct hyper_ctl ctl;
|
||||
extern struct hyper_exec *global_exec;
|
||||
#endif
|
||||
|
||||
@@ -32,7 +32,6 @@ struct hyper_pod global_pod = {
|
||||
.containers = LIST_HEAD_INIT(global_pod.containers),
|
||||
.exec_head = LIST_HEAD_INIT(global_pod.exec_head),
|
||||
};
|
||||
struct hyper_exec *global_exec;
|
||||
|
||||
#define MAXEVENTS 10
|
||||
|
||||
|
||||
Reference in New Issue
Block a user