Skip to content

Commit a08637f

Browse files
kareilaalierak
authored andcommitted
Error from compile test in poll conversion
"my" variable $remote masks earlier declaration in same scope ... cgi-bin/DW/Controller/Poll.pm line 53. This removes the duplicate assignment.
1 parent a1ec45f commit a08637f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cgi-bin/DW/Controller/Poll.pm

-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ sub index_handler {
5050
return;
5151
}
5252

53-
my $remote = LJ::get_remote();
54-
5553
my $pollid = ( $form->{'id'} || $form->{'pollid'} ) + 0;
5654

5755
unless ($pollid) {

0 commit comments

Comments
 (0)