aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */