]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
audiod.c: Kill unused variable pcd
authorAndre Noll <maan@systemlinux.org>
Mon, 5 Feb 2007 22:19:09 +0000 (23:19 +0100)
committerAndre Noll <maan@systemlinux.org>
Mon, 5 Feb 2007 22:19:09 +0000 (23:19 +0100)
audiod.c

index 2dba01c6fa938dec24264d69480ddb5b0e23f61a..ec9f34d5ad52e0fdc32bca3e1059553272a7de6d 100644 (file)
--- a/audiod.c
+++ b/audiod.c
@@ -972,7 +972,6 @@ void __noreturn clean_exit(int status, const char *msg)
 
 static void client_task_event_handler(__a_unused struct task *t)
 {
-       struct private_client_data *pcd = t->private_data;
        int i;
        struct timeval delay = {1, 0};