]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
audiod.h: Kill unused struct audiod_task
authorAndre Noll <maan@systemlinux.org>
Mon, 5 Feb 2007 22:18:07 +0000 (23:18 +0100)
committerAndre Noll <maan@systemlinux.org>
Mon, 5 Feb 2007 22:18:07 +0000 (23:18 +0100)
The audiod task is an ordinary struct task.

audiod.h

index 8ead33440ce2a77676844b48c4faba7d6fdcb2ba..7628c1ea3a2ec9c8038d31a549a3b738a9b9a811 100644 (file)
--- a/audiod.h
+++ b/audiod.h
@@ -79,16 +79,6 @@ struct slot_info {
        struct writer_node_group *wng;
 };
 
        struct writer_node_group *wng;
 };
 
-/**
- * the main task of audiod
- *
- * \sa struct task, struct sched
- */
-struct audiod_task {
-       struct timeval *now;
-       struct task task;
-};
-
 /**
  * the task for obtaining para_server's status (para_client stat)
  *
 /**
  * the task for obtaining para_server's status (para_client stat)
  *