]> git.proxmox.com Git - pve-common.git/commitdiff
job registry: drop unused get_job skeleton
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 13 Nov 2022 10:49:52 +0000 (11:49 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 13 Nov 2022 10:49:58 +0000 (11:49 +0100)
didn't do anything anyway

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/Job/Registry.pm

index e427f4949d4807446360e35dd7703c6b43adb133..27110bb9c74095fc05b345f0cc78a5910b709f3f 100644 (file)
@@ -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) = @_;