]> git.donarmstrong.com Git - perltidy.git/commitdiff
remove unused line
authorSteve Hancock <perltidy@users.sourceforge.net>
Sat, 7 Jan 2023 15:26:37 +0000 (07:26 -0800)
committerSteve Hancock <perltidy@users.sourceforge.net>
Sat, 7 Jan 2023 15:26:37 +0000 (07:26 -0800)
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

index fce0be35b9601836fde8e6ba99cea34116890de0..691b69c1960df8939ca0ca4eb5d6ab669bab61bf 100644 (file)
@@ -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.