aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2022-07-05 10:40:34 -0500
committerGerald Combs <gerald@wireshark.org>2022-07-05 10:40:34 -0500
commit6684583c7ca814fbf8929abad16ae23e4c2e9f51 (patch)
tree2f92562960a8f6736edb1a3372714478bbbb6774 /tools
parent218d2901105dd2b2dd74194ea2a5817a1d0cdbda (diff)
tools: Remove more unused variables from make-version.pl
Diffstat (limited to 'tools')
-rwxr-xr-xtools/make-version.pl3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/make-version.pl b/tools/make-version.pl
index 4121080b99..1904cb7217 100755
--- a/tools/make-version.pl
+++ b/tools/make-version.pl
@@ -78,9 +78,6 @@ sub read_repo_info {
my $line;
my $release_candidate = "";
- my $in_entries = 0;
- my $svn_name;
- my $repo_version;
my $info_source = "Unknown";
my $is_git_repo = 0;
my $git_abbrev_length = 12;