diff options
author | Lim Siew Hoon <siew.hoon.lim@intel.com> | 2016-06-22 19:46:01 +0800 |
---|---|---|
committer | Xiang, Haihao <haihao.xiang@intel.com> | 2016-08-22 13:04:29 +0800 |
commit | 370bf6aa3669514455a5f92a2fb50f438e35561d (patch) | |
tree | 68e28afacd825742dab19cc1ed283fce08b74624 | |
parent | fbe49b614fd44bd5479a99b47c516a3c4f268d14 (diff) | |
download | libva-370bf6aa3669514455a5f92a2fb50f438e35561d.tar.gz |
Remove unused variable 'id' in va_wayland_emgd_create.
Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com>
Reviewed-by: Sean V Kelley <seanvk@posteo.de>
(cherry picked from commit fb3d2ef558907d490e9d1183bba013ca8e75af9e)
-rw-r--r-- | va/wayland/va_wayland_emgd.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) |