egl: Remove unused variable dri_driver_path.
authorMatt Turner <mattst88@gmail.com>
Sun, 15 Jun 2014 06:02:37 +0000 (23:02 -0700)
committerMatt Turner <mattst88@gmail.com>
Tue, 17 Jun 2014 17:18:12 +0000 (10:18 -0700)
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/egl/drivers/dri2/egl_dri2.c

index eb6abfd8c42d7912650087f11cd6afa078698561..cc7531cc4668f2dd24086b6e0b9d789cd6256fa9 100644 (file)
@@ -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;