aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhinder <hinder@eec4d7dc-71c2-46d6-addf-10296150bf52>2012-11-26 11:41:47 +0000
committerhinder <hinder@eec4d7dc-71c2-46d6-addf-10296150bf52>2012-11-26 11:41:47 +0000
commita0cb6ff1e80cb9885de90d60fdc20e77f594e7f2 (patch)
tree55ce65e21afec4bd3de03cac347040b4a016f6be
parentd5b92fb9ea15d374a7daeebeecd2b5504e332f07 (diff)
Remove unused variable declarations
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@136 eec4d7dc-71c2-46d6-addf-10296150bf52
-rw-r--r--src/SymInterp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/SymInterp.c b/src/SymInterp.c
index f3f1997..4bce955 100644
--- a/src/SymInterp.c
+++ b/src/SymInterp.c
@@ -414,8 +414,6 @@ Cartoon2D_SymmetryInterpolate (CCTK_POINTER_TO_CONST const cctkGH_,
CCTK_POINTER const output_arrays[],
CCTK_INT const faces)
{
- cGH const * restrict const cctkGH = cctkGH_;
-
CCTK_POINTER new_interp_coords[DIM];
CCTK_POINTER * restrict new_output_arrays;
CCTK_INT new_faces;
@@ -435,7 +433,6 @@ Cartoon2D_SymmetryInterpolate (CCTK_POINTER_TO_CONST const cctkGH_,
int m; /* output array */
int n; /* point */
int i; /* var */
- int f; /* face */
int d; /* dimension */
int p; /* number of time derivatives */
int q; /* number of spatial derivatives */