LP#1468422 Remove deprecated open-ils.storage remote_update
authorBill Erickson <berickxx@gmail.com>
Tue, 24 Nov 2015 17:18:16 +0000 (12:18 -0500)
committerDan Wells <dbw2@calvin.edu>
Fri, 26 Feb 2016 14:18:13 +0000 (09:18 -0500)
commit6f374f878b513e96ceec38d888eaa9174387ed12
tree989574f24ea47fbb171b5bc3b99576943456e183
parent2521e70ee789a7ae4a276ab8074bf28afc781f4a
LP#1468422 Remove deprecated open-ils.storage remote_update

User update in Actor.pm was the only remaining code that leveraged
the open-ils.storage remote_update API.  With that code moving to
open-ils.cstore, save some RAM by no longer auto-loading/publishing
remote_update methods.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher.pm