From a03bb6615a0c1ed9a9c000e6607c2cc34e3d57e1 Mon Sep 17 00:00:00 2001 From: knarf Date: Thu, 9 May 2013 17:52:58 +0000 Subject: remove unused variable git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/NewRad/trunk@22 16f5cafb-89ad-4b9f-9d0b-9d7a0a37d03b --- src/newrad.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/newrad.cc b/src/newrad.cc index e1b4382..7150cd6 100644 --- a/src/newrad.cc +++ b/src/newrad.cc @@ -34,7 +34,6 @@ void newrad_kernel (cGH const* restrict const cctkGH, int const ai = cctkGH->cctk_ash[0]; int const aj = cctkGH->cctk_ash[1]; - int const ak = cctkGH->cctk_ash[2]; int const si = dir[0]; int const sj = dir[1]; -- cgit v1.2.3