From 65fcf5cd100f4a285eb8f8b18ead1974fec9ee40 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Fri, 9 Apr 2021 13:42:42 -0400 Subject: [PATCH] LP1923976: Remove some dead code Remove a block of commented code that was turned up while working on this issue. This is in its own commit to make it easier to revert, if necessary. Signed-off-by: Jason Stephenson Signed-off-by: Michele Morgan Signed-off-by: Mike Rylander --- Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI.pm | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI.pm index 1a43510944..7f3b9ae3c8 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI.pm @@ -222,13 +222,6 @@ sub remote_update { $log->debug("CDBI->remote_update: \$search is $search (".ref($search)." : ".join(',',map{"$_ => $$search{$_}"}keys(%$search)).")",DEBUG); $log->debug("CDBI->remote_update: \$arg is $arg (".ref($arg)." : ".join(',',map{"$_ => $$arg{$_}"}keys(%$arg)).")",DEBUG); -# my @objs = $self->search_where($search); -# throw OpenSRF::EX::WARN ("No objects found for remote_update. Perhaps you meant to use merge?") -# if (@objs == 0); - -# $_->update($arg) for (@objs); -# return scalar(@objs); - my @finds = sort keys %$search; my @sets = sort keys %$arg; -- 2.11.0