From: Andre Date: Sat, 25 Mar 2006 20:41:53 +0000 (+0100) Subject: audiod: Kill another unused variable X-Git-Tag: v0.2.12~135 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=f76e70d11dcce22a518f1dabf8b8ce4bb3c2f05b audiod: Kill another unused variable --- 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;