From 839f4efec60a066326106d5db9538a00d0faaf6d Mon Sep 17 00:00:00 2001 From: eschnett Date: Tue, 20 Nov 2012 23:54:47 +0000 Subject: Remove unused variable git-svn-id: http://svn.cactuscode.org/flesh/trunk@4918 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/main/CactusDefaultShutdown.c | 3 --- 1 file changed, 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++) { -- cgit v1.2.3