aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@906471b6-c639-44d1-9ea0-3e3d6879f074>2012-11-21 02:47:49 +0000
committereschnett <eschnett@906471b6-c639-44d1-9ea0-3e3d6879f074>2012-11-21 02:47:49 +0000
commit041861b5a33c029ec41cecf2b0cee4a0cfbe8fcc (patch)
tree5071f90881b2f51f54358f98659dfb9924d5c022
parentfef05b60af4bd4dadd2d904ee06433d570eafbc7 (diff)
Remove unused variableHEADsvnmaster
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/SymBase/trunk@58 906471b6-c639-44d1-9ea0-3e3d6879f074
-rw-r--r--src/Table.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Table.c b/src/Table.c
index e07f329..454d75a 100644
--- a/src/Table.c
+++ b/src/Table.c
@@ -205,7 +205,6 @@ SymBase_GetSymmetryBoundaries (CCTK_POINTER_TO_CONST const cctkGH_,
CCTK_INT * restrict const symbnd)
{
cGH const *const cctkGH = cctkGH_;
- struct SymBase const *symdata;
CCTK_INT symtable;
CCTK_INT symmetry_handle [6];
CCTK_INT iret;