From 018aba944f699cafc37b8f2630f8d43c9f7946b2 Mon Sep 17 00:00:00 2001 From: Tomas Winkler Date: Sun, 7 Oct 2018 09:26:24 +0000 Subject: [PATCH] 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 Acked-by: Yu Wang --- devicemodel/include/mevent.h | 1 - 1 file changed, 1 deletion(-) diff --git a/devicemodel/include/mevent.h b/devicemodel/include/mevent.h index 924ec464e..6ae4a41a0 100644 --- a/devicemodel/include/mevent.h +++ b/devicemodel/include/mevent.h @@ -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,