mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 21:11:03 +03:00
Kill off job::start() (it was only ever added as part of an aborted
attempt at triggering TCP-related protocols to start).
This commit is contained in:
@@ -130,7 +130,6 @@ static void downloader_job_kill ( struct job_interface *job ) {
|
||||
|
||||
/** Downloader job control interface operations */
|
||||
static struct job_interface_operations downloader_job_operations = {
|
||||
.start = ignore_job_start,
|
||||
.done = ignore_job_done,
|
||||
.kill = downloader_job_kill,
|
||||
.progress = ignore_job_progress,
|
||||
|
||||
Reference in New Issue
Block a user