[Libva] [PATCH 7/9] Remove unused variable 'id' in va_wayland_emgd_create.
Lim Siew Hoon
siew.hoon.lim at intel.com
Wed Jun 22 11:46:01 UTC 2016
Signed-off-by: Lim Siew Hoon <siew.hoon.lim at intel.com>
---
va/wayland/va_wayland_emgd.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/va/wayland/va_wayland_emgd.c b/va/wayland/va_wayland_emgd.c
index cb885d1..fb8a136 100644
--- a/va/wayland/va_wayland_emgd.c
+++ b/va/wayland/va_wayland_emgd.c
@@ -115,7 +115,6 @@ va_wayland_emgd_create(VADisplayContextP pDisplayContext)
VADriverContextP const ctx = pDisplayContext->pDriverContext;
VADisplayContextWaylandEMGD *wl_emgd_ctx;
struct drm_state *drm_state;
- uint32_t id;
wl_emgd_ctx = malloc(sizeof(*wl_emgd_ctx));
if (!wl_emgd_ctx)
--
2.1.0
More information about the Libva
mailing list