drm_ctx.c - remove dead assignment

This commit is contained in:
twinaphex 2016-09-22 20:56:42 +02:00
parent 8d9eccfd65
commit 0d49ed5877

View File

@ -365,7 +365,6 @@ static void *gfx_ctx_drm_init(void *video_driver)
if (!drm) if (!drm)
return NULL; return NULL;
fd = -1;
gpu_descriptors = dir_list_new("/dev/dri", NULL, false, true, false, false); gpu_descriptors = dir_list_new("/dev/dri", NULL, false, true, false, false);
nextgpu: nextgpu: