aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler')
-rw-r--r--src/compiler/glsl/tests/cache_test.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/compiler/glsl/tests/cache_test.c b/src/compiler/glsl/tests/cache_test.c
index c4e6e369942..de92e5aba0e 100644
--- a/src/compiler/glsl/tests/cache_test.c
+++ b/src/compiler/glsl/tests/cache_test.c
@@ -428,11 +428,6 @@ main(void)
#ifdef ENABLE_SHADER_CACHE
int err;
- /* While the shader cache is still experimental, this variable must
- * be set or the cache does nothing.
- */
- setenv("MESA_GLSL_CACHE_ENABLE", "1", 1);
-
test_disk_cache_create();
test_put_and_get();