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:
Michael Brown
2007-06-28 01:09:45 +01:00
parent 07dc294de8
commit 73fe1ba9dd
4 changed files with 0 additions and 13 deletions

View File

@@ -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,