PVE::ReplicationTools::get_snapshot - remove dead code
This function makes no sense and is not used.
This commit is contained in:
@ -251,13 +251,6 @@ sub sync_guest {
|
|||||||
return $snap_time;
|
return $snap_time;
|
||||||
}
|
}
|
||||||
|
|
||||||
sub get_snapshots {
|
|
||||||
my ($vol, $prefix, $nodes) = @_;
|
|
||||||
|
|
||||||
my $plugin = $vol->{plugin};
|
|
||||||
return $plugin->get_snapshots($vol, $prefix, $nodes);
|
|
||||||
}
|
|
||||||
|
|
||||||
sub send_image {
|
sub send_image {
|
||||||
my ($vol, $param, $ip, $all_snaps_in_delta, $alter_path) = @_;
|
my ($vol, $param, $ip, $all_snaps_in_delta, $alter_path) = @_;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user