aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/cpu.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/cpu.h b/include/cpu.h
index 62f5629..fcd886b 100644
--- a/include/cpu.h
+++ b/include/cpu.h
@@ -238,9 +238,6 @@ extern bool cpu_poll_job(struct cpu_job *job);
*/
extern void cpu_wait_job(struct cpu_job *job, bool free_it);
-/* Free a CPU job, only call on a completed job */
-extern void cpu_free_job(struct cpu_job *job);
-
/* Called by init to process jobs */
extern void cpu_process_jobs(void);
/* Fallback to running jobs synchronously for global jobs */