From 9b58b8a1641c4d358bdcd88b9130250f35157d47 Mon Sep 17 00:00:00 2001
From: Steve Hancock <perltidy@users.sourceforge.net>
Date: Sat, 7 Jan 2023 07:26:37 -0800
Subject: [PATCH] remove unused line

The old parameters 'check-syntax' and 'perl-syntax-check-flags' are now
ignored but still retained to avoid breaking old .perltidyrc files.
---
 lib/Perl/Tidy.pm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/Perl/Tidy.pm b/lib/Perl/Tidy.pm
index fce0be35..691b69c1 100644
--- a/lib/Perl/Tidy.pm
+++ b/lib/Perl/Tidy.pm
@@ -3603,8 +3603,6 @@ sub generate_options {
       html-entities
     );
 
-    push @defaults, "perl-syntax-check-flags=-c -T";
-
     #-----------------------------------------------------------------------
     # Define abbreviations which will be expanded into the above primitives.
     # These may be defined recursively.
-- 
2.39.5