mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 13:30:57 +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:
@@ -33,11 +33,6 @@ struct job_interface;
|
||||
|
||||
/** Job control interface operations */
|
||||
struct job_interface_operations {
|
||||
/** Start job
|
||||
*
|
||||
* @v job Job control interface
|
||||
*/
|
||||
void ( * start ) ( struct job_interface *job );
|
||||
/** Job completed
|
||||
*
|
||||
* @v job Job control interface
|
||||
@@ -71,7 +66,6 @@ extern struct job_interface_operations null_job_ops;
|
||||
|
||||
extern void job_done ( struct job_interface *job, int rc );
|
||||
|
||||
extern void ignore_job_start ( struct job_interface *job );
|
||||
extern void ignore_job_done ( struct job_interface *job, int rc );
|
||||
extern void ignore_job_kill ( struct job_interface *job );
|
||||
extern void ignore_job_progress ( struct job_interface *job,
|
||||
|
||||
Reference in New Issue
Block a user