remove useless var global_exec

Signed-off-by: Gao feng <omarapazanadi@gmail.com>
This commit is contained in:
Gao feng
2016-07-14 19:22:09 +08:00
parent 06d10f2844
commit da6b36411a
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -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
-1
View File
@@ -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