mirror of
https://git.proxmox.com/git/qemu-server
synced 2026-01-04 21:41:15 +00:00
remove unused method "touch_config"
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
7167d3bde2
commit
dfac373fa6
@ -2548,13 +2548,6 @@ sub check_type {
|
||||
}
|
||||
}
|
||||
|
||||
sub touch_config {
|
||||
my ($vmid) = @_;
|
||||
|
||||
my $conf = PVE::QemuConfig->config_file($vmid);
|
||||
utime undef, undef, $conf;
|
||||
}
|
||||
|
||||
sub destroy_vm {
|
||||
my ($storecfg, $vmid, $keep_empty_config, $skiplock) = @_;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user