From fb3d2ef558907d490e9d1183bba013ca8e75af9e Mon Sep 17 00:00:00 2001 From: Lim Siew Hoon Date: Wed, 22 Jun 2016 19:46:01 +0800 Subject: [PATCH] Remove unused variable 'id' in va_wayland_emgd_create. Signed-off-by: Lim Siew Hoon Reviewed-by: Sean V Kelley --- 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.11.0