From 3211cce891b0f1e84796796c7a8ec699c8ce17b2 Mon Sep 17 00:00:00 2001 From: trav90 Date: Sun, 19 Aug 2018 23:59:31 -0500 Subject: [PATCH] Remove unused variable --- gfx/gl/GLContextProviderGLX.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/gfx/gl/GLContextProviderGLX.cpp b/gfx/gl/GLContextProviderGLX.cpp index 5560357e11..539520a8ce 100644 --- a/gfx/gl/GLContextProviderGLX.cpp +++ b/gfx/gl/GLContextProviderGLX.cpp @@ -80,7 +80,6 @@ GLXLibrary::EnsureInitialized() if (!mOGLLibrary) { const char* libGLfilename = nullptr; - bool forceFeatureReport = false; // see e.g. bug 608526: it is intrinsically interesting to know whether we have dynamically linked to libGL.so.1 // because at least the NVIDIA implementation requires an executable stack, which causes mprotect calls,