diff --git a/src/application/session_cleanup.c b/src/application/session_cleanup.c index 09fd23b..22f576a 100644 --- a/src/application/session_cleanup.c +++ b/src/application/session_cleanup.c @@ -44,7 +44,6 @@ applicationSessionCleanup(Application this, time_t now) if (0 < expired && SESSION_LIVETIME > expired) { Hash * tmp_buf = memCalloc(SESSION_LIVETIME, sizeof(Hash)); - unsigned int i = 0; memcpy( &(tmp_buf[expired]),