aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1>2012-12-17 03:23:47 +0000
committerknarf <knarf@61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1>2012-12-17 03:23:47 +0000
commit92317fce2cf9d4bad8b6bce8a91f70b4ce1395ce (patch)
tree22aed6417be4dfb91467690a98d330d27d9f0aab
parent6ae5dfa94db2face6f47348cba1c33223c54dfb5 (diff)
remove unused variables
git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPDExtra/trunk@93 61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1
-rw-r--r--src/TimerInfo.c5
1 files changed, 0 insertions, 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;
}