mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Dead code
This commit is contained in:
@@ -12,7 +12,6 @@ use Fcntl qw( :flock );
|
||||
use Sys::Hostname;
|
||||
|
||||
sub main {
|
||||
my ( $argv ) = @_;
|
||||
my %opt;
|
||||
GetOptions(
|
||||
'help|h' => \$opt{'help'},
|
||||
|
||||
@@ -10,7 +10,6 @@ use Pod::Usage;
|
||||
use Term::ANSIColor qw(:constants);
|
||||
|
||||
sub main {
|
||||
my ( $argv ) = @_;
|
||||
my %opt;
|
||||
GetOptions(
|
||||
'help|h' => \$opt{'help'},
|
||||
|
||||
@@ -13,7 +13,6 @@ use Fcntl qw( :flock );
|
||||
use Sys::Hostname;
|
||||
|
||||
sub main {
|
||||
my ( $argv ) = @_;
|
||||
my %opt;
|
||||
GetOptions(
|
||||
'help|h' => \$opt{'help'},
|
||||
|
||||
@@ -11,7 +11,6 @@ use Pod::Usage;
|
||||
use Term::ANSIColor qw(:constants);
|
||||
|
||||
sub main {
|
||||
my ( $argv ) = @_;
|
||||
my %opt;
|
||||
GetOptions(
|
||||
'help|h' => \$opt{'help'},
|
||||
|
||||
@@ -12,7 +12,6 @@ use Term::ANSIColor qw(:constants);
|
||||
use Fcntl qw( :flock );
|
||||
|
||||
sub main {
|
||||
my ( $argv ) = @_;
|
||||
my %opt;
|
||||
GetOptions(
|
||||
'help|h' => \$opt{'help'},
|
||||
|
||||
Reference in New Issue
Block a user