Skip to content

Commit

Permalink
zap obsolete comments in PP
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Dec 5, 2024
1 parent dcf1894 commit 53d8fab
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Basic/lib/PDL/PP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,8 @@
#
# The Substitute rule replaces dollar-signed macros ($P(), $ISBAD(), etc)
# with the low-level C code to perform the macro.
# PDL::PP::Rule::Substitute("NewXSCoerceMustSubs", "NewXSCoerceMustSub1")
# PDL::PP::Rule::Substitute->new($target,$condition)
# $target and $condition must be scalars.
# PDL::PP::Rule::Substitute->new($target,$condition)
# $target and $condition must be scalars.

package PDL::PP::Rule;

Expand Down Expand Up @@ -332,9 +331,6 @@ sub apply {
$pars->{$target} = sprintf $self->{"insertname.value"}, $pars->{Name};
}

# PDL::PP::Rule->new("NewXSCoerceMustSubs", ["NewXSCoerceMustSub1","Name"],
# \&dosubst),
#
# PDL::PP::Rule::Substitute->new($target,$condition)
# $target and $condition must be scalars.
package PDL::PP::Rule::Substitute;
Expand Down

0 comments on commit 53d8fab

Please sign in to comment.