apkbuild-cpan.in: Remmove unnecessary/unused code

Should have been removed in:
27c430cc64
This commit is contained in:
Timothy Legge 2024-02-01 20:11:23 -04:00
parent 99cda3db69
commit 60c00a4d39
1 changed files with 0 additions and 4 deletions

View File

@ -152,10 +152,6 @@ sub format_source {
sub write_apkbuild {
my ( $distdata, $apkbuild, $moddata ) = @_;
my $cpanid = $distdata->{id};
$cpanid =
substr( $cpanid, 0, 1 ) . "/" . substr( $cpanid, 0, 2 ) . "/$cpanid";
my $authors = undef;
my $replaces = undef;
my $provides = undef;