summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLim Siew Hoon <siew.hoon.lim@intel.com>2016-06-22 19:46:01 +0800
committerSean V Kelley <seanvk@posteo.de>2016-06-24 15:41:48 -0700
commitfb3d2ef558907d490e9d1183bba013ca8e75af9e (patch)
treebb212ed7a7335d7e10e3862f8d21620c7ffd6e21
parent979894b6812d977d2784a3c7c3091ee517473da2 (diff)
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>
-rw-r--r--va/wayland/va_wayland_emgd.c1
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)