From: Thomas Lamprecht Date: Sun, 13 Nov 2022 10:49:52 +0000 (+0100) Subject: job registry: drop unused get_job skeleton X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=commitdiff_plain;h=2bbf0eae8c1629b7f624512fa87e69e4bbb9afcd job registry: drop unused get_job skeleton didn't do anything anyway Signed-off-by: Thomas Lamprecht --- diff --git a/src/PVE/Job/Registry.pm b/src/PVE/Job/Registry.pm index e427f49..27110bb 100644 --- a/src/PVE/Job/Registry.pm +++ b/src/PVE/Job/Registry.pm @@ -55,13 +55,6 @@ sub private { return $defaultData; } -sub get_job { - my ($class, $cfg, $id) = @_; - - return { - } -} - sub parse_config { my ($class, $filename, $raw, $allow_unknown) = @_;