From f76e70d11dcce22a518f1dabf8b8ce4bb3c2f05b Mon Sep 17 00:00:00 2001
From: Andre <maan@p133.(none)>
Date: Sat, 25 Mar 2006 21:41:53 +0100
Subject: [PATCH] audiod: Kill another unused variable

---
 audiod.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/audiod.c b/audiod.c
index 22371f45..107fb35e 100644
--- a/audiod.c
+++ b/audiod.c
@@ -463,7 +463,6 @@ static void close_receiver(int slot_num)
 {
 	struct slot_info *s = &slot[slot_num];
 	struct audio_format_info *a;
-	struct timeval now;
 
 	if (s->format < 0 || !s->receiver_node)
 		return;
-- 
2.39.5