mirror of https://github.com/thesofproject/sof.git
test: pipeline: remove mock for removed scheduler function
Signed-off-by: Janusz Jankowski <janusz.jankowski@linux.intel.com>
This commit is contained in:
parent
adc6cbe1be
commit
c93670853f
|
@ -51,12 +51,6 @@ void schedule_task_free(struct task *task)
|
|||
task->data = NULL;
|
||||
}
|
||||
|
||||
void schedule_edf_task_idle(struct task *task, uint64_t deadline)
|
||||
{
|
||||
(void)deadline;
|
||||
(void)task;
|
||||
}
|
||||
|
||||
void schedule_task(struct task *task, uint64_t start, uint64_t deadline,
|
||||
uint32_t flags)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue