[llvm-commits] [www] r153668 - /www/trunk/demo/index.cgi
John Criswell
criswell at illinois.edu
Fri Mar 30 08:00:54 PDT 2012
On 3/29/12 1:15 PM, root wrote:
> Author: root
> Date: Thu Mar 29 13:15:12 2012
> New Revision: 153668
>
> URL: http://llvm.org/viewvc/llvm-project?rev=153668&view=rev
> Log:
> demo/index.cgi: Remove duplicate variable definition (spamming Apache error_log).
I may be as guilty as the other admins, but let's all try to avoid
committing while operating as root. We don't know who to blame when we
do that.
:)
-- John T.
>
> Modified:
> www/trunk/demo/index.cgi
>
> Modified: www/trunk/demo/index.cgi
> URL: http://llvm.org/viewvc/llvm-project/www/trunk/demo/index.cgi?rev=153668&r1=153667&r2=153668&view=diff
> ==============================================================================
> --- www/trunk/demo/index.cgi (original)
> +++ www/trunk/demo/index.cgi Thu Mar 29 13:15:12 2012
> @@ -427,7 +427,6 @@
>
> print " Bytecode size is ", -s $bytecodeFile, " bytes.\n";
>
> - my $target = $c->param('target');
> my $targetLabel = $llvmTargets{$target}->{'label'};
>
> my $disassemblyFile;
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list