]> git.proxmox.com Git - qemu-server.git/commitdiff
remove unused method "touch_config"
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 23 Oct 2019 13:41:59 +0000 (15:41 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 23 Oct 2019 13:41:59 +0000 (15:41 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/QemuServer.pm

index 169f920e31a3d1d9addee0f5488ec3ff1e95e228..dbac6957fb0dd47926a6acb37fe7f29361aa0ec7 100644 (file)
@@ -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) = @_;