From: Fabian Grünbichler Date: Tue, 5 May 2020 08:27:14 +0000 (+0200) Subject: LXC: drop unused imported locking functions X-Git-Url: https://git.proxmox.com/?p=pve-container.git;a=commitdiff_plain;h=113c506f46dde07e569a67a82cd2dcfd58845b61 LXC: drop unused imported locking functions Signed-off-by: Fabian Grünbichler Tested-by: Fabian Ebner --- diff --git a/src/PVE/LXC.pm b/src/PVE/LXC.pm index efbd1d9..4eb1a14 100644 --- a/src/PVE/LXC.pm +++ b/src/PVE/LXC.pm @@ -20,8 +20,8 @@ use PVE::SafeSyslog; use PVE::INotify; use PVE::JSONSchema qw(get_standard_option); use PVE::Tools qw( - dir_glob_foreach file_get_contents file_set_contents lock_file - lock_file_full AT_FDCWD O_PATH $IPV4RE $IPV6RE + dir_glob_foreach file_get_contents file_set_contents + AT_FDCWD O_PATH $IPV4RE $IPV6RE ); use PVE::CpuSet; use PVE::Network;