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;