From 36094872b324cf6b1caee0aa27044bb1c04deb83 Mon Sep 17 00:00:00 2001
From: dbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Fri, 18 Dec 2009 20:08:03 +0000
Subject: [PATCH] Remove duplicate mapping for
 open-ils.ingest.full.serial.object.readonly

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

diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Ingest.pm b/Open-ILS/src/perlmods/OpenILS/Application/Ingest.pm
index 6ea85c342f..716cc2dc06 100644
--- a/Open-ILS/src/perlmods/OpenILS/Application/Ingest.pm
+++ b/Open-ILS/src/perlmods/OpenILS/Application/Ingest.pm
@@ -684,13 +684,6 @@ __PACKAGE__->register_method(
     api_level    => 1,
     argc        => 1,
 );                      
-__PACKAGE__->register_method(  
-    api_name    => "open-ils.ingest.full.serial.object.readonly",
-    method        => "ro_authority_ingest_single_object",
-    api_level    => 1,
-    argc        => 1,
-);                      
-
 
 sub ro_authority_ingest_single_xml {
     my $self = shift;
-- 
2.11.0