[open-ils-commits] r15847 - branches/rel_1_6/Open-ILS/src/reporter (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Mar 15 11:57:37 EDT 2010


Author: miker
Date: 2010-03-15 11:57:34 -0400 (Mon, 15 Mar 2010)
New Revision: 15847

Modified:
   branches/rel_1_6/Open-ILS/src/reporter/find_orphaned_reports.pl
Log:
remove unused (and warning-causing) "use" line

Modified: branches/rel_1_6/Open-ILS/src/reporter/find_orphaned_reports.pl
===================================================================
--- branches/rel_1_6/Open-ILS/src/reporter/find_orphaned_reports.pl	2010-03-15 15:45:02 UTC (rev 15846)
+++ branches/rel_1_6/Open-ILS/src/reporter/find_orphaned_reports.pl	2010-03-15 15:57:34 UTC (rev 15847)
@@ -7,7 +7,6 @@
 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);



More information about the open-ils-commits mailing list