Skip to content

Commit

Permalink
zap now-unused firstpar
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Dec 16, 2024
1 parent 4d6558c commit 94c4cdc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions slatec.pd
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,6 @@ END

use strict;

sub firstpar {
$_[0] =~ /^\(([^),]+)[),]/ or die "Can't find first par from '$_[0]'";
$1
}
sub intcopy {
my ($cvarname, $rvalue) = @_; # closures
(sub {"&".$cvarname->(@_)}, sub {"PDL_LongLong *"},
Expand Down

0 comments on commit 94c4cdc

Please # to comment.