Skip to content

Commit

Permalink
Remove some dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
PatZim committed Jul 18, 2019
1 parent 90de22f commit 983c398
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tools/lib/NQP/Config/Rakudo.pm
Expand Up @@ -433,14 +433,6 @@ sub configure_moar_backend {

$config->{'perl6_ops_dll'} =
sprintf( $nqp_config->{'moar::dll'}, 'perl6_ops_moar' );

# Add moar library to link command
# TODO: Get this from Moar somehow
$config->{'moarimplib'} =
$self->is_win || $^O eq 'darwin'
? File::Spec->catfile( $nqp_config->{'moar::libdir'},
$nqp_config->{'moar::sharedlib'} )
: '';
}
}

Expand Down

0 comments on commit 983c398

Please sign in to comment.