[open-ils-commits] r15848 - branches/rel_1_6_0/Open-ILS/src/reporter (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Mar 15 11:58:00 EDT 2010
Author: miker
Date: 2010-03-15 11:57:57 -0400 (Mon, 15 Mar 2010)
New Revision: 15848
Modified:
branches/rel_1_6_0/Open-ILS/src/reporter/find_orphaned_reports.pl
Log:
remove unused (and warning-causing) "use" line
Modified: branches/rel_1_6_0/Open-ILS/src/reporter/find_orphaned_reports.pl
===================================================================
--- branches/rel_1_6_0/Open-ILS/src/reporter/find_orphaned_reports.pl 2010-03-15 15:57:34 UTC (rev 15847)
+++ branches/rel_1_6_0/Open-ILS/src/reporter/find_orphaned_reports.pl 2010-03-15 15:57:57 UTC (rev 15848)
@@ -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