From 9b45f05a17e96953ae1ccc96d3963c6b93713755 Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Thu, 10 Oct 2013 22:12:36 +0100 Subject: [PATCH] removed unused variable --- src/application/session_cleanup.c | 1 - 1 file changed, 1 deletion(-) 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]),