From 6469dfe9d010124b96e199dfc4f663c992d2348b Mon Sep 17 00:00:00 2001 From: Yichao Yu <yyc1992@gmail.com> Date: Sat, 14 Jun 2014 16:40:58 -0400 Subject: [PATCH] todo clean up --- pyopencl/cffi_cl.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyopencl/cffi_cl.py b/pyopencl/cffi_cl.py index 386e8d47..329c3a67 100644 --- a/pyopencl/cffi_cl.py +++ b/pyopencl/cffi_cl.py @@ -1438,9 +1438,6 @@ class Image(MemoryObject): raise LogicError("Image", status_code.INVALID_VALUE, "only images have shapes") -# TODO -# create_image_from_desc - # }}} -- GitLab