Mesa (master): vl: drop left-over variable

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Oct 30 18:12:05 UTC 2018


Module: Mesa
Branch: master
Commit: 4a266d01a7f83a8f55acb576d22d945b50b9942a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4a266d01a7f83a8f55acb576d22d945b50b9942a

Author: Eric Engestrom <eric.engestrom at intel.com>
Date:   Fri Oct 26 13:11:14 2018 +0100

vl: drop left-over variable

Fixes: 6ccc435e7ad92bb0ba77d "pipe-loader: move dup(fd) within pipe_loader_drm_probe_fd"
Signed-off-by: Eric Engestrom <eric.engestrom at intel.com>
Reviewed-by: Emil Velikov <emil.velikov at collabora.com>

---

 src/gallium/auxiliary/vl/vl_winsys_drm.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/gallium/auxiliary/vl/vl_winsys_drm.c b/src/gallium/auxiliary/vl/vl_winsys_drm.c
index 94eb6d74ee..9014b97bdf 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)




More information about the mesa-commit mailing list