]> git.proxmox.com Git - proxmox-backup.git/commit
server/worker_task: remove unecessary read_task_list
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 28 Sep 2020 13:32:11 +0000 (15:32 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 29 Sep 2020 06:40:50 +0000 (08:40 +0200)
commitc386b06fc6aac8d0a558ece70baaaa428beadb50
treebb8b924f9dd307069bad641502ab6953e51eebb9
parent6bcfc5c1a4f2c45b946ff252b9b5aa489bf77253
server/worker_task: remove unecessary read_task_list

since there are no users of this anymore and we now have a nicer
TaskListInfoIterator to use, we can drop this function

this also means that 'update_active_workers' does not need to return
a list anymore since we never used that result besides in
read_task_list

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
src/server/worker_task.rs