Mesa (master): egl: Remove unused variable dri_driver_path.

Matt Turner mattst88 at kemper.freedesktop.org
Tue Jun 17 17:18:54 UTC 2014


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

Author: Matt Turner <mattst88 at gmail.com>
Date:   Sat Jun 14 23:02:37 2014 -0700

egl: Remove unused variable dri_driver_path.

Reviewed-by: Tapani Pälli <tapani.palli at intel.com>
Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>

---

 src/egl/drivers/dri2/egl_dri2.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/src/egl/drivers/dri2/egl_dri2.c b/src/egl/drivers/dri2/egl_dri2.c
index eb6abfd..cc7531c 100644
--- a/src/egl/drivers/dri2/egl_dri2.c
+++ b/src/egl/drivers/dri2/egl_dri2.c
@@ -304,8 +304,6 @@ const __DRIimageLookupExtension image_lookup_extension = {
    .lookupEGLImage       = dri2_lookup_egl_image
 };
 
-static const char dri_driver_path[] = DEFAULT_DRIVER_DIR;
-
 struct dri2_extension_match {
    const char *name;
    int version;




More information about the mesa-commit mailing list