mirror of
https://gitlab.com/shorewall/code.git
synced 2025-08-19 05:01:47 +02:00
Delete superfuous 'use' statements
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
@@ -46,8 +46,6 @@
|
|||||||
# If the <filename> is omitted, then a 'check' operation is performed.
|
# If the <filename> is omitted, then a 'check' operation is performed.
|
||||||
#
|
#
|
||||||
use strict;
|
use strict;
|
||||||
use FindBin;
|
|
||||||
use lib "$FindBin::Bin";
|
|
||||||
use Shorewall::Compiler;
|
use Shorewall::Compiler;
|
||||||
use Getopt::Long;
|
use Getopt::Long;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user