From: Eric Engestrom Date: Fri, 26 Oct 2018 12:11:14 +0000 (+0100) Subject: vl: drop left-over variable X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4a266d01a7f83a8f55acb576d22d945b50b9942a;p=mesa.git vl: drop left-over variable Fixes: 6ccc435e7ad92bb0ba77d "pipe-loader: move dup(fd) within pipe_loader_drm_probe_fd" Signed-off-by: Eric Engestrom Reviewed-by: Emil Velikov --- diff --git a/src/gallium/auxiliary/vl/vl_winsys_drm.c b/src/gallium/auxiliary/vl/vl_winsys_drm.c index 94eb6d74ee7..9014b97bdfd 100644 --- a/src/gallium/auxiliary/vl/vl_winsys_drm.c +++ b/src/gallium/auxiliary/vl/vl_winsys_drm.c @@ -41,7 +41,6 @@ struct vl_screen * vl_drm_screen_create(int fd) { struct vl_screen *vscreen; - int new_fd; vscreen = CALLOC_STRUCT(vl_screen); if (!vscreen)