You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2009/11/30 23:34:14 UTC

svn commit: r885600 - /httpd/test/framework/trunk/t/filter/case.t

Author: trawick
Date: Mon Nov 30 22:34:14 2009
New Revision: 885600

URL: http://svn.apache.org/viewvc?rev=885600&view=rev
Log:
axe unused/un-passed parameter

Modified:
    httpd/test/framework/trunk/t/filter/case.t

Modified: httpd/test/framework/trunk/t/filter/case.t
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/filter/case.t?rev=885600&r1=885599&r2=885600&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/filter/case.t (original)
+++ httpd/test/framework/trunk/t/filter/case.t Mon Nov 30 22:34:14 2009
@@ -34,7 +34,6 @@
 
 sub verify {
     my $r = shift;
-    my $url = shift;
     my $body = $r->content;
 
     ok $r->code == 200 and $body