From 92317fce2cf9d4bad8b6bce8a91f70b4ce1395ce Mon Sep 17 00:00:00 2001 From: knarf Date: Mon, 17 Dec 2012 03:23:47 +0000 Subject: remove unused variables git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPDExtra/trunk@93 61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1 --- src/TimerInfo.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/TimerInfo.c b/src/TimerInfo.c index 32409ae..bd9a3e5 100644 --- a/src/TimerInfo.c +++ b/src/TimerInfo.c @@ -107,17 +107,12 @@ static char* TI_schedName(const char* tn); @@*/ int HTTPDExtra_RegisterTimerInfoPages(void) { - int i; - int ntimers=0, nclocks=0; - /* Register the group info page. */ HTTP_RegisterPage("/TimerInfo", TimerInfoPage, NULL); HTTP_ContentLink("/TimerInfo/index.html", "Timer Information", "CCTK Timer information", HTTP_QUICKLINK); - - return 0; } -- cgit v1.2.3