mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-28 18:04:23 +00:00
dm: mevent: remove useless vmname global variable
The vmname variable is missing 'export', so it's probably only shadowing the already exported variable from devicemodel/include/dm.h Tracked-On: #1415 Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Acked-by: Yu Wang <yu1.wang@intel.com>
This commit is contained in:
parent
4f1d3c049b
commit
018aba944f
@ -36,7 +36,6 @@ enum ev_type {
|
||||
EVF_SIGNAL /* Not supported yet */
|
||||
};
|
||||
|
||||
char *vmname;
|
||||
struct mevent;
|
||||
|
||||
struct mevent *mevent_add(int fd, enum ev_type type,
|
||||
|
Loading…
Reference in New Issue
Block a user