aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@16f5cafb-89ad-4b9f-9d0b-9d7a0a37d03b>2013-05-09 17:52:58 +0000
committerknarf <knarf@16f5cafb-89ad-4b9f-9d0b-9d7a0a37d03b>2013-05-09 17:52:58 +0000
commita03bb6615a0c1ed9a9c000e6607c2cc34e3d57e1 (patch)
treeb1ee2771430e2f59a64b344b17f3fdfafdcf64ec
parent6372a39964f24bfb0d55f297b8212bbc09bc16fd (diff)
remove unused variableHEADsvnmaster
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/NewRad/trunk@22 16f5cafb-89ad-4b9f-9d0b-9d7a0a37d03b
-rw-r--r--src/newrad.cc1
1 files changed, 0 insertions, 1 deletions
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];