From c6fb7b80fcac97331b22bd49ffd7cc0b8c178256 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 16 Mar 2018 12:09:37 +0100 Subject: [PATCH] remove useless "use PVE::PTY;" --- PVE/API2/Storage/Config.pm | 1 - 1 file changed, 1 deletion(-) 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; -- 2.39.2