API/Scan: remove unused HTTP::Status module

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2018-11-16 16:17:54 +01:00 committed by Thomas Lamprecht
parent d87c583df7
commit b2c9bf16e0

@ -6,7 +6,6 @@ use warnings;
use PVE::SafeSyslog;
use PVE::Storage;
use PVE::Storage::LVMPlugin;
use HTTP::Status qw(:constants);
use PVE::JSONSchema qw(get_standard_option);
use PVE::RESTHandler;