summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/CactusDefaultShutdown.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main/CactusDefaultShutdown.c b/src/main/CactusDefaultShutdown.c
index abac0ffb..ff2002a4 100644
--- a/src/main/CactusDefaultShutdown.c
+++ b/src/main/CactusDefaultShutdown.c
@@ -33,11 +33,8 @@ CCTK_FILEVERSION(main_CactusDefaultShutdown_c);
@@*/
int CactusDefaultShutdown(tFleshConfig *config)
{
- int myproc;
unsigned int conv_level;
- myproc = CCTK_MyProc(config->GH[0]);
-
/* Execute termination for all convergence levels */
for(conv_level = 0 ; conv_level < config->nGHs; conv_level++)
{