Skip to content

Commit 018aba9

Browse files
Tomas Winklerwenlingz
authored andcommitted
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>
1 parent 4f1d3c0 commit 018aba9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

devicemodel/include/mevent.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ enum ev_type {
3636
EVF_SIGNAL /* Not supported yet */
3737
};
3838

39-
char *vmname;
4039
struct mevent;
4140

4241
struct mevent *mevent_add(int fd, enum ev_type type,

0 commit comments

Comments
 (0)