diff options
| author | fukachan <fukachan> | 2003-11-02 14:45:25 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-11-02 14:45:25 +0000 |
| commit | 4dde67028deb89aea8a447c712e30ab1f1d957f0 (patch) | |
| tree | 2633d9f3e4a312854178cac9239b0507bf1af91f | |
| parent | 584ff220462d3545ae8274d8c96e3a30021659c5 (diff) | |
| download | fml8-4dde67028deb89aea8a447c712e30ab1f1d957f0.tar.gz fml8-4dde67028deb89aea8a447c712e30ab1f1d957f0.tar.bz2 fml8-4dde67028deb89aea8a447c712e30ab1f1d957f0.zip | |
remove not-used variable.
| -rw-r--r-- | fml/lib/FML/CGI/Menu.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fml/lib/FML/CGI/Menu.pm b/fml/lib/FML/CGI/Menu.pm index 49cb0e47..8a044141 100644 --- a/fml/lib/FML/CGI/Menu.pm +++ b/fml/lib/FML/CGI/Menu.pm @@ -4,7 +4,7 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: Menu.pm,v 1.4 2003/10/14 10:55:27 fukachan Exp $ +# $FML: Menu.pm,v 1.5 2003/10/15 08:16:23 fukachan Exp $ # package FML::CGI::Menu; @@ -115,7 +115,6 @@ sub run_cgi_main my $config = $curproc->config(); my $address = $curproc->cgi_try_get_address(); my $ml_name = $curproc->cgi_var_ml_name(); - my $hints = $curproc->hints(); my $pcb = $curproc->pcb(); my $mode = 'admin'; # cgi runs under admin mode (same way as makefml) |
