aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2018-10-26 13:11:14 +0100
committerEric Engestrom <[email protected]>2018-10-30 18:10:59 +0000
commit4a266d01a7f83a8f55acb576d22d945b50b9942a (patch)
tree0a7ffd555db5d937dcfbd801c3b683fa9b542823 /src/gallium/auxiliary/vl
parent68657d76b9ac5c302a0f492174137028e77bd35b (diff)
vl: drop left-over variable
Fixes: 6ccc435e7ad92bb0ba77d "pipe-loader: move dup(fd) within pipe_loader_drm_probe_fd" Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/vl')
-rw-r--r--src/gallium/auxiliary/vl/vl_winsys_drm.c1
1 files changed, 0 insertions, 1 deletions
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)