changeset 1460:fbb90184102e

Tests: proxy.t doesn't need Socket since cdbdb75cf194, drop it.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 05 Apr 2019 18:36:18 +0300
parents 2710e9505937
children 7959e58429d0
files proxy.t
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/proxy.t
+++ b/proxy.t
@@ -11,8 +11,6 @@ use strict;
 
 use Test::More;
 
-use Socket;
-
 BEGIN { use FindBin; chdir($FindBin::Bin); }
 
 use lib 'lib';