From fe7bb4abcae5779a18a8157c9b1120ef3113b4e7 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Fri, 11 Sep 2020 12:56:37 -0700 Subject: [PATCH] Delete superfuous 'use' statements Signed-off-by: Tom Eastep --- Shorewall/Perl/compiler.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/Shorewall/Perl/compiler.pl b/Shorewall/Perl/compiler.pl index 84e5c4b60..1d61e2397 100755 --- a/Shorewall/Perl/compiler.pl +++ b/Shorewall/Perl/compiler.pl @@ -46,8 +46,6 @@ # If the is omitted, then a 'check' operation is performed. # use strict; -use FindBin; -use lib "$FindBin::Bin"; use Shorewall::Compiler; use Getopt::Long;