projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
audiod: Kill another unused variable
[paraslash.git]
/
audiod.c
diff --git
a/audiod.c
b/audiod.c
index
22371f4
..
107fb35
100644
(file)
--- 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;