From cc5024ee36456de16fb8f77f987f405c7242d436 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Tue, 19 May 2015 11:10:36 -0500 Subject: [PATCH] Kill unused variable in complex Hankel func --- pyopencl/cl/pyopencl-hankel-complex.cl | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyopencl/cl/pyopencl-hankel-complex.cl b/pyopencl/cl/pyopencl-hankel-complex.cl index c98bebda..8f744f82 100644 --- a/pyopencl/cl/pyopencl-hankel-complex.cl +++ b/pyopencl/cl/pyopencl-hankel-complex.cl @@ -150,7 +150,6 @@ void hank103u(cdouble_t z, int *ier, cdouble_t *h0, cdouble_t *h1, int ifexpon) cdouble_t ccex; cdouble_t cd; - double com; double d; double done; cdouble_t ima = {0.0e0, 1.0e0}; @@ -160,7 +159,6 @@ void hank103u(cdouble_t z, int *ier, cdouble_t *h0, cdouble_t *h1, int ifexpon) double thresh3; cdouble_t zzz9; * ier = 0; - com = cdouble_real(z); if (cdouble_imag(z) >= 0) goto label_1200; -- GitLab