diff --git a/PVE/API2/Storage/Config.pm b/PVE/API2/Storage/Config.pm index 6f382c8..f3601bb 100755 --- a/PVE/API2/Storage/Config.pm +++ b/PVE/API2/Storage/Config.pm @@ -12,7 +12,6 @@ use HTTP::Status qw(:constants); use Storable qw(dclone); use PVE::JSONSchema qw(get_standard_option); use PVE::RPCEnvironment; -use PVE::PTY; use PVE::RESTHandler;