Restart ajax on changed update time, remove unused variable.

This commit is contained in:
David Kopf 2012-04-09 10:04:41 -04:00
parent 40bd020394
commit 0612f771c6
2 changed files with 1 additions and 2 deletions

View file

@ -1057,7 +1057,6 @@ PT_THREAD(ajax_call(struct httpd_state *s, char *ptr))
static int iter;
static char buf[128];
static uint8_t numprinted;
uint16_t dt;
PSOCK_BEGIN(&s->sout);
#if WEBSERVER_CONF_PASSQUERY