From c64341a1835997d4c19c0682517d134380d58ece Mon Sep 17 00:00:00 2001 From: Jacob Pipkin Date: Wed, 30 May 2012 14:30:47 -0500 Subject: cleanup of "use xyz;" statements where xyz is not actually used --- SBO-Lib/lib/SBO/Lib.pm | 2 -- sbofind | 1 - sbosnap | 1 - 3 files changed, 4 deletions(-) diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm index 85a9046..c7f2dd9 100644 --- a/SBO-Lib/lib/SBO/Lib.pm +++ b/SBO-Lib/lib/SBO/Lib.pm @@ -31,9 +31,7 @@ require Exporter; use warnings FATAL => 'all'; use strict; -use File::Basename; use Tie::File; -use IO::File; use Sort::Versions; use Digest::MD5; use File::Copy; diff --git a/sbofind b/sbofind index 67d2f75..9b54c17 100755 --- a/sbofind +++ b/sbofind @@ -10,7 +10,6 @@ use SBO::Lib; use File::Basename; use Getopt::Std; -use Text::Tabulate; use strict; use warnings FATAL => 'all'; diff --git a/sbosnap b/sbosnap index bfa3c88..daa165c 100755 --- a/sbosnap +++ b/sbosnap @@ -13,7 +13,6 @@ use SBO::Lib; use File::Basename; use Getopt::Std; -use File::Path qw(make_path); use feature switch; use warnings FATAL => 'all'; use strict; -- cgit v1.2.3