From c48abb941e2243d31886890ebe79ffea6978af07 Mon Sep 17 00:00:00 2001
From: erickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Fri, 7 May 2010 19:31:08 +0000
Subject: [PATCH] removed unused utility function that was calling a (likely)
 deprecated view

git-svn-id: svn://svn.open-ils.org/ILS/trunk@16407 dcc99617-32d9-48b4-a31d-7c20da2025e4
---
 Open-ILS/src/perlmods/OpenILS/Application/AppUtils.pm | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/Open-ILS/src/perlmods/OpenILS/Application/AppUtils.pm b/Open-ILS/src/perlmods/OpenILS/Application/AppUtils.pm
index b789f572c5..97f04b2e27 100644
--- a/Open-ILS/src/perlmods/OpenILS/Application/AppUtils.pm
+++ b/Open-ILS/src/perlmods/OpenILS/Application/AppUtils.pm
@@ -940,17 +940,6 @@ sub fetch_open_circulation {
     return ($circ, $e->event);
 }
 
-sub fetch_all_open_circulation {
-	my( $self, $cid ) = @_;
-	my $evt;
-	$self->logmark;
-	my $circ = $self->cstorereq(
-		'open-ils.cstore.direct.action.open_circulation.search',
-		{ target_copy => $cid, xact_finish => undef } );
-	$evt = OpenILS::Event->new('ACTION_CIRCULATION_NOT_FOUND') unless $circ;	
-	return ($circ, $evt);
-}
-
 my $copy_statuses;
 sub copy_status_from_name {
 	my( $self, $name ) = @_;
-- 
2.11.0