From: Peter Rabbitson <ribasushi@cpan.org>
Date: Thu, 16 Jun 2016 15:01:02 +0000 (+0200)
Subject: Remove code forgotten in 085dbdd69
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bb768302f9abecbd4a32090ba38d5938a009bd7b;p=dbsrgits%2FDBIx-Class-Historic.git

Remove code forgotten in 085dbdd69
---

diff --git a/lib/DBIx/Class/_Util.pm b/lib/DBIx/Class/_Util.pm
index f4bda73..f6e04fe 100644
--- a/lib/DBIx/Class/_Util.pm
+++ b/lib/DBIx/Class/_Util.pm
@@ -727,17 +727,12 @@ sub modver_gt_or_eq_and_lt ($$$) {
       # efficiently operate over the query_cache directly
       describe_class_methods($_) for reverse @full_ISA;
 
-      my $current_node_refaddr;
       no strict 'refs';
 
       # combine full ISA-order inherited and local method list into a
       # "shadowing stack"
 
       (
-        $current_node_refaddr = refaddr($_)
-
-          and
-
         unshift @{ $slot->{methods}{$_->{name}} }, $_
 
           and