]> git.proxmox.com Git - pve-container.git/commitdiff
LXC: drop unused imported locking functions
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 5 May 2020 08:27:14 +0000 (10:27 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 5 May 2020 09:20:39 +0000 (11:20 +0200)
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Tested-by: Fabian Ebner <f.ebner@proxmox.com>
src/PVE/LXC.pm

index efbd1d9e4c5676a5f178fe969569267bfcac90fb..4eb1a14ac233dbb8c9ff97eec0bd4e425b486c7b 100644 (file)
@@ -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;