Commit Diff


commit - e19ce437cadca5697a052ade944118a42709eabd
commit + 9cbb8f3bb8f7c39e133c6910f40ec2b03ccd8847
blob - 27a51dca1f3a3787932a53283b4308bce8fc3e25
blob + d3f26e2e8077c946aca4239d81721d2bf119abe5
--- src/ngircd/lists.c
+++ 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;