From d6888868f92e675cc00e74478a148f79ea9761d7 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sun, 8 May 2011 13:28:13 +0000 Subject: [PATCH] Reduce empty lines in init_our_variables(). --- tools/privoxy-regression-test.pl | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tools/privoxy-regression-test.pl b/tools/privoxy-regression-test.pl index 828f0af6..e5ce374e 100755 --- a/tools/privoxy-regression-test.pl +++ b/tools/privoxy-regression-test.pl @@ -7,7 +7,7 @@ # A regression test "framework" for Privoxy. For documentation see: # perldoc privoxy-regression-test.pl # -# $Id: privoxy-regression-test.pl,v 1.66 2011/05/08 13:27:10 fabiankeil Exp $ +# $Id: privoxy-regression-test.pl,v 1.67 2011/05/08 13:27:53 fabiankeil Exp $ # # Wish list: # @@ -90,13 +90,9 @@ sub init_our_variables () { our $leading_log_time = LEADING_LOG_TIME; our $leading_log_date = LEADING_LOG_DATE; - our $privoxy_cgi_url = PRIVOXY_CGI_URL; - our $verbose_test_description = VERBOSE_TEST_DESCRIPTION; - our $log_level = get_default_log_level(); - } sub get_default_log_level () { -- 2.39.2