about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ngircd/lists.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ngircd/lists.c b/src/ngircd/lists.c
index 27a51dca..d3f26e2e 100644
--- a/src/ngircd/lists.c
+++ b/src/ngircd/lists.c
@@ -327,13 +327,11 @@ bool
 Lists_Check( struct list_head *h, CLIENT *Client)
 {
 	struct list_elem *e, *last, *next;
-	time_t now;
 
 	assert(h != NULL);
 
 	e = h->first;
 	last = NULL;
-	now = time(NULL);
 
 	while (e) {
 		next = e->next;