From 712e7b887bcd5cd389c76dafecf0edc5b7cc97c6 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 5 Feb 2007 23:18:07 +0100 Subject: [PATCH] audiod.h: Kill unused struct audiod_task The audiod task is an ordinary struct task. --- audiod.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/audiod.h b/audiod.h index 8ead3344..7628c1ea 100644 --- a/audiod.h +++ b/audiod.h @@ -79,16 +79,6 @@ struct slot_info { 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) * -- 2.39.2