From: Steve Hancock Date: Sat, 7 Jan 2023 15:26:37 +0000 (-0800) Subject: remove unused line X-Git-Tag: 20221112.04~25 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9b58b8a1641c4d358bdcd88b9130250f35157d47;p=perltidy.git 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. --- 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.