]> git.proxmox.com Git - pve-storage.git/commitdiff
remove useless "use PVE::PTY;"
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 16 Mar 2018 11:09:37 +0000 (12:09 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 16 Mar 2018 11:09:37 +0000 (12:09 +0100)
PVE/API2/Storage/Config.pm

index 6f382c8b9af139e9bb6676e9f7bfeef0a66c684c..f3601bb40a5899814dfc27a190d4ab9b61446177 100755 (executable)
@@ -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;