[Privoxy-commits] [privoxy] 03/07: privoxy-log-parser: Remove an unused variable

User Git git at git.privoxy.org
Thu May 20 09:39:17 UTC 2021


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

commit 9cbcfd719fa821b4909049e06a2dc054dbb015cb
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Sun Mar 21 18:05:53 2021 +0100

    privoxy-log-parser: Remove an unused variable
---
 tools/privoxy-log-parser.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/privoxy-log-parser.pl b/tools/privoxy-log-parser.pl
index 78e7aa53..e3d3b845 100755
--- a/tools/privoxy-log-parser.pl
+++ b/tools/privoxy-log-parser.pl
@@ -2655,7 +2655,7 @@ sub parse_loop() {
 
 sub stats_loop() {
 
-    my ($day, $time_stamp, $msecs, $thread, $log_level, $content);
+    my ($day, $time_stamp, $thread, $log_level, $content);
     my $strict_checks = cli_option_is_set('strict-checks');
     my %log_level_handlers = (
          'Connect:'           => \&gather_loglevel_connect_stats,

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list