From 551057cf692d44356d020fb3e2ff34f6425b0fe9 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Sun, 26 Jul 2015 12:56:50 -0500
Subject: [PATCH] Eliminate unused variable

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

diff --git a/test/test_wrapper.py b/test/test_wrapper.py
index 3a1cf243..aef813a9 100644
--- a/test/test_wrapper.py
+++ b/test/test_wrapper.py
@@ -595,7 +595,6 @@ def test_context_dep_memoize(ctx_factory):
 def test_can_build_binary(ctx_factory):
     ctx = ctx_factory()
     device, = ctx.devices
-    platform = device.platform
 
     program = cl.Program(ctx, """
     __kernel void simple(__global float *in, __global float *out)
-- 
GitLab