code cleanup, nothing interesting.

This commit is contained in:
Harald Hope 2018-03-21 01:42:26 -07:00
parent 7781815bbc
commit c248b812dd

7
inxi
View file

@ -29,7 +29,6 @@ use Getopt::Long qw(GetOptions);
# Note: default auto_abbrev is enabled, that's fine
Getopt::Long::Configure ('bundling', 'no_ignore_case',
'no_getopt_compat', 'no_auto_abbrev','pass_through');
# use Net::FTP; # load this where it's used in debugger only
# use Path::Class; # maybe use, maybe not, for ls /sys
use POSIX qw(uname strftime ttyname);
# use Time::HiRes qw(gettimeofday tv_interval);
@ -1191,12 +1190,6 @@ sub set_debugger {
{
package SystemDebugger;
# use warnings;
# use strict;
# use diagnostics;
# use 5.008;
# use Net::FTP; # never load until needed
# use File::Find q(find);
#no warnings 'File::Find';
# use File::Spec::Functions;