remove vestigial method
Matt S Trout [Sun, 21 May 2017 16:01:54 +0000 (16:01 +0000)]
lib/DX/Role/Predicate.pm

index 1738d84..e3aa603 100644 (file)
@@ -30,9 +30,4 @@ sub resolution_step_for {
   return $targ;
 }
 
-sub selection_depends_on {
-  my ($self, @args) = @_;
-  \@args;
-}
-
 1;