]> git.proxmox.com Git - pve-container.git/blobdiff - src/PVE/LXC.pm
LXC: drop unused imported locking functions
[pve-container.git] / 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;