Skip to content

Commit

Permalink
Eliminate unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jul 26, 2015
1 parent 42fd119 commit 551057c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_wrapper.py
Expand Up @@ -595,7 +595,6 @@ def do_something(ctx):
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)
Expand Down

0 comments on commit 551057c

Please sign in to comment.