Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove two more (now-unused) nqpattr methods.
  • Loading branch information
jnthn committed Oct 21, 2012
1 parent 4248b7f commit 94ff05c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/core/NQPRoutine.pm
Expand Up @@ -45,9 +45,6 @@ my knowhow NQPRoutine {

$der
}
method nqpattr($key) {
$!do.nqpattr($key)
}
method !set_name($name) {
pir::assign__0Ps($!do, $name);
}
Expand All @@ -68,9 +65,6 @@ my knowhow NQPRegex {
has $!caps;
has $!nfa;
has %!alt_nfas;
method nqpattr($key) {
$!do.nqpattr($key)
}
method SET_CAPS($caps) {
$!caps := $caps;
}
Expand Down

0 comments on commit 94ff05c

Please sign in to comment.