From 3dd43743da37b7d659de5791d1edbbadff07ca88 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 30 Apr 2020 13:15:37 +0200 Subject: [PATCH] Bug 15253: Remove unused use of Scalar::Util --- C4/SIP/SIPServer.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/C4/SIP/SIPServer.pm b/C4/SIP/SIPServer.pm index b14aaa9862..ea903885eb 100755 --- a/C4/SIP/SIPServer.pm +++ b/C4/SIP/SIPServer.pm @@ -8,7 +8,6 @@ use lib "$Bin"; use Net::Server::PreFork; use IO::Socket::INET; use Socket qw(:DEFAULT :crlf); -use Scalar::Util qw(blessed); require UNIVERSAL::require; use C4::Context; -- 2.20.1