From 6c3e9160fda740e2c869bf196ee454c96dd19a64 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Thu, 26 May 2016 02:17:41 +0200
Subject: [PATCH] Get rid of extraneous queue local var in
 test_local_parallel_reduction

---
 test/test_loopy.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/test_loopy.py b/test/test_loopy.py
index 61cf56792..70885b879 100644
--- a/test/test_loopy.py
+++ b/test/test_loopy.py
@@ -684,7 +684,6 @@ def test_recursive_nested_dependent_reduction(ctx_factory):
 @pytest.mark.parametrize("size", [128, 5, 113, 67])
 def test_local_parallel_reduction(ctx_factory, size):
     ctx = ctx_factory()
-    queue = cl.CommandQueue(ctx)
 
     knl = lp.make_kernel(
             "{[i, j]: 0 <= i < n and 0 <= j < 5}",
-- 
GitLab