From b4d6d8ab31a240dddde5faf42eac6b31df0b1415 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Sat, 6 Oct 2012 15:58:39 -0400
Subject: [PATCH] Remove unused line from demo_array.py.

---
 examples/demo_array.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/examples/demo_array.py b/examples/demo_array.py
index d8afb594..41b0f79e 100644
--- a/examples/demo_array.py
+++ b/examples/demo_array.py
@@ -9,7 +9,6 @@ b = numpy.random.rand(50000).astype(numpy.float32)
 ctx = cl.create_some_context()
 queue = cl.CommandQueue(ctx)
 
-mf = cl.mem_flags
 a_dev = cl_array.to_device(queue, a)
 b_dev = cl_array.to_device(queue, b)
 dest_dev = cl_array.empty_like(a_dev)
-- 
GitLab