Revert "Add function volume_snapshot_delete_remote."

This reverts commit 4bd0b38f53.
This commit is contained in:
Dietmar Maurer
2017-05-10 06:55:00 +02:00
parent 68c2c2fc62
commit 889d7485cb
3 changed files with 1 additions and 34 deletions

View File

@ -725,13 +725,6 @@ sub volume_snapshot_rollback {
return undef;
}
sub volume_snapshot_delete_remote {
my ($class, $scfg, $storeid, $volname, $snap, $ip) = @_;
# implement in subclass
die "Volume_snapshot_delete_remote is not implemented for $class";
}
sub volume_snapshot_delete {
my ($class, $scfg, $storeid, $volname, $snap, $running) = @_;