mirror of
https://git.proxmox.com/git/pve-common
synced 2025-07-15 20:24:11 +00:00
job registry: drop unused get_job skeleton
didn't do anything anyway Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
8aed9b1f56
commit
2bbf0eae8c
@ -55,13 +55,6 @@ sub private {
|
|||||||
return $defaultData;
|
return $defaultData;
|
||||||
}
|
}
|
||||||
|
|
||||||
sub get_job {
|
|
||||||
my ($class, $cfg, $id) = @_;
|
|
||||||
|
|
||||||
return {
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
sub parse_config {
|
sub parse_config {
|
||||||
my ($class, $filename, $raw, $allow_unknown) = @_;
|
my ($class, $filename, $raw, $allow_unknown) = @_;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user