Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Toss an unused parameter.
  • Loading branch information
jnthn committed Feb 21, 2013
1 parent f4ee919 commit da77c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/QAST/JASTCompiler.nqp
Expand Up @@ -2087,7 +2087,7 @@ class QAST::CompilerJAST {
@!locals[+@!locals] := $var;
}

method register_lexical($var, $reg?) {
method register_lexical($var) {
my $name := $var.name;
my $type := rttype_from_typeobj($var.returns);
if nqp::existskey(%!lexical_types, $name) {
Expand Down

0 comments on commit da77c72

Please sign in to comment.