Skip to content

Commit

Permalink
Remove unneeded line in bare_complex_number
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterDuke17 committed Jan 20, 2019
1 parent 304feae commit b6030d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Perl6/Actions.nqp
Expand Up @@ -8275,7 +8275,6 @@ class Perl6::Actions is HLL::Actions does STDActions {
}

method bare_complex_number($/) {
my $Num := $*W.find_symbol: ['Num'], :setting-only;
my $ast := $*W.add_constant: 'Complex', 'type_new', :nocache(1),
$*W.add_constant('Num', 'num',
$<re><sign> eq '-' || $<re><sign> eq '−'
Expand Down

0 comments on commit b6030d3

Please sign in to comment.