From 4ebfcd370cc3407d18336f23ac38b3d59bb0f8fc Mon Sep 17 00:00:00 2001 From: arghdos Date: Wed, 26 Oct 2016 13:34:05 -0400 Subject: [PATCH] remove unnecessary import --- loopy/target/c/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/loopy/target/c/__init__.py b/loopy/target/c/__init__.py index b9094faaa..34edb17de 100644 --- a/loopy/target/c/__init__.py +++ b/loopy/target/c/__init__.py @@ -552,7 +552,6 @@ class CASTBuilder(ASTBuilderBase): def get_constant_arg_decl(self, name, shape, dtype, is_written): from loopy.target.c import POD # uses the correct complex type from cgen import RestrictPointer, Const - from cgen.opencl import CLConstant arg_decl = RestrictPointer(POD(self, dtype, name)) -- GitLab