diff options
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/msvc_gendef.pl | 2 | ||||
| -rwxr-xr-x | src/tools/pgindent/pgindent | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/src/tools/msvc_gendef.pl b/src/tools/msvc_gendef.pl index 404076dbbc3..97346cc8929 100644 --- a/src/tools/msvc_gendef.pl +++ b/src/tools/msvc_gendef.pl @@ -6,8 +6,6 @@ use warnings FATAL => 'all'; use List::Util qw(min); use Getopt::Long; -my @def; - # # Script that generates a .DEF file for all objects in a directory # diff --git a/src/tools/pgindent/pgindent b/src/tools/pgindent/pgindent index 48d83bc434f..77c8118e5d7 100755 --- a/src/tools/pgindent/pgindent +++ b/src/tools/pgindent/pgindent @@ -21,8 +21,7 @@ my $indent_opts = my $devnull = File::Spec->devnull; -my ($typedefs_file, $typedef_str, @excludes, - $indent, $build, $diff, +my ($typedefs_file, $typedef_str, @excludes, $indent, $diff, $check, $help, @commits,); $help = 0; |
