[Libva] [PATCH 9/9] Remove unused 'id' in va_wayland_drm_create

Lim Siew Hoon siew.hoon.lim at intel.com
Wed Jun 22 11:46:03 UTC 2016


Signed-off-by: Lim Siew Hoon <siew.hoon.lim at intel.com>
---
 va/wayland/va_wayland_drm.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/va/wayland/va_wayland_drm.c b/va/wayland/va_wayland_drm.c
index d292316..94abe5c 100644
--- a/va/wayland/va_wayland_drm.c
+++ b/va/wayland/va_wayland_drm.c
@@ -171,7 +171,6 @@ va_wayland_drm_create(VADisplayContextP pDisplayContext)
     VADriverContextP const ctx = pDisplayContext->pDriverContext;
     struct va_wayland_drm_context *wl_drm_ctx;
     struct drm_state *drm_state;
-    uint32_t id;
 
     wl_drm_ctx = malloc(sizeof(*wl_drm_ctx));
     if (!wl_drm_ctx)
-- 
2.1.0



More information about the Libva mailing list