From: miker Date: Mon, 15 Mar 2010 15:57:57 +0000 (+0000) Subject: remove unused (and warning-causing) "use" line X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=956394bc11348ea1aff4bbb801e5b3f8eba6ef45;p=Evergreen.git remove unused (and warning-causing) "use" line git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15848 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/reporter/find_orphaned_reports.pl b/Open-ILS/src/reporter/find_orphaned_reports.pl index c3258b5222..bb558d3a0d 100755 --- a/Open-ILS/src/reporter/find_orphaned_reports.pl +++ b/Open-ILS/src/reporter/find_orphaned_reports.pl @@ -7,7 +7,6 @@ use OpenSRF::Utils qw/:daemon/; use OpenSRF::System; use OpenSRF::AppSession; use OpenSRF::Utils::SettingsClient; -use OpenILS::Reporter::SQLBuilder; use File::Find; my ($config, $du, $live, %seen) = ('SYSCONFDIR/opensrf_core.xml', 0, 0);