From a0cb6ff1e80cb9885de90d60fdc20e77f594e7f2 Mon Sep 17 00:00:00 2001 From: hinder Date: Mon, 26 Nov 2012 11:41:47 +0000 Subject: Remove unused variable declarations git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@136 eec4d7dc-71c2-46d6-addf-10296150bf52 --- src/SymInterp.c | 3 --- 1 file changed, 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 */ -- cgit v1.2.3