We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ec45f commit a08637fCopy full SHA for a08637f
cgi-bin/DW/Controller/Poll.pm
@@ -50,8 +50,6 @@ sub index_handler {
50
return;
51
}
52
53
- my $remote = LJ::get_remote();
54
-
55
my $pollid = ( $form->{'id'} || $form->{'pollid'} ) + 0;
56
57
unless ($pollid) {
0 commit comments