Bug 12112: remove disused routine C4::Breeding::ImportBreeding()
authorGalen Charlton <gmc@esilibrary.com>
Sat, 19 Apr 2014 21:57:08 +0000 (21:57 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 25 Apr 2014 15:07:52 +0000 (15:07 +0000)
commit990bb17e14efb8a2c16236c89ef5869dcfc48ad4
treea2224d9369b52861d0c57f27420f367f3686f512
parent2a7e71554b534f8d79cdbdc9552bc78bba9c4408
Bug 12112: remove disused routine C4::Breeding::ImportBreeding()

This patch removes the ImportBreeding() routine, which lost its
last caller as of the patch for bug 10462.

To test:

[1] Verify that prove -v t/Breeding.t passes.
[2] Perform a Z39.50 search in the staff interface.
[3] Perform a cataloguing reservoir search in the staff
    interface; verifying that cached records from the search
    done in step 2 are retrieved.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/Breeding.pm