From: Matt S Trout Date: Sun, 21 May 2017 16:01:54 +0000 (+0000) Subject: remove vestigial method X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FDX.git;a=commitdiff_plain;h=76bbcb054220ec452cadb8d7f47b1a9c786d7371 remove vestigial method --- diff --git a/lib/DX/Role/Predicate.pm b/lib/DX/Role/Predicate.pm index 1738d84..e3aa603 100644 --- a/lib/DX/Role/Predicate.pm +++ b/lib/DX/Role/Predicate.pm @@ -30,9 +30,4 @@ sub resolution_step_for { return $targ; } -sub selection_depends_on { - my ($self, @args) = @_; - \@args; -} - 1;