Dead code

This commit is contained in:
Joe Cooper
2018-11-17 04:17:34 -06:00
parent 0d8f5b1907
commit d2d3a912cd
5 changed files with 0 additions and 5 deletions

View File

@@ -12,7 +12,6 @@ use Fcntl qw( :flock );
use Sys::Hostname;
sub main {
my ( $argv ) = @_;
my %opt;
GetOptions(
'help|h' => \$opt{'help'},

View File

@@ -10,7 +10,6 @@ use Pod::Usage;
use Term::ANSIColor qw(:constants);
sub main {
my ( $argv ) = @_;
my %opt;
GetOptions(
'help|h' => \$opt{'help'},

View File

@@ -13,7 +13,6 @@ use Fcntl qw( :flock );
use Sys::Hostname;
sub main {
my ( $argv ) = @_;
my %opt;
GetOptions(
'help|h' => \$opt{'help'},

View File

@@ -11,7 +11,6 @@ use Pod::Usage;
use Term::ANSIColor qw(:constants);
sub main {
my ( $argv ) = @_;
my %opt;
GetOptions(
'help|h' => \$opt{'help'},

View File

@@ -12,7 +12,6 @@ use Term::ANSIColor qw(:constants);
use Fcntl qw( :flock );
sub main {
my ( $argv ) = @_;
my %opt;
GetOptions(
'help|h' => \$opt{'help'},