projects
/
scpubgit/DX.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f0aa0ee
)
remove vestigial method
Matt S Trout [Sun, 21 May 2017 16:01:54 +0000 (16:01 +0000)]
lib/DX/Role/Predicate.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DX/Role/Predicate.pm
b/lib/DX/Role/Predicate.pm
index
1738d84
..
e3aa603
100644
(file)
--- 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;