Skip to content

Commit a695300

Browse files
committed
Revert "Allow for extra config info to be shown from HLL"
We should change the subclass Perl6::Compiler, rather than mess with HLL::Compiler. This reverts commit 736835d.
1 parent 4ac8772 commit a695300

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/HLL/Compiler.nqp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,6 @@ class HLL::Compiler does HLL::Backend::Default {
553553
for %!config {
554554
nqp::say($!language ~ '::' ~ $_.key ~ '=' ~ $_.value);
555555
}
556-
try { self.eval('$*SAY-ADDITIONAL-CONFIG-INFO') }
557556
nqp::exit(0);
558557
}
559558

0 commit comments

Comments
 (0)