aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}