diff options
author | Tobin C. Harding <me@tobin.cc> | 2018-02-26 23:15:34 -0500 |
---|---|---|
committer | Tobin C. Harding <me@tobin.cc> | 2018-04-06 18:50:34 -0400 |
commit | 34827374492580b27c3cba29d493dab28c8c25d3 (patch) | |
tree | 5458e4c699fc88d6e07bfe70e0e0790b12122207 | |
parent | 2ad742939283ed0613be654ad0aaf29b797f9905 (diff) |
leaking_addresses: remove version number
We have git now, we don't need a version number. This was originally
added because leaking_addresses.pl shamelessly (and mindlessly) copied
checkpatch.pl
Remove version number from script.
Signed-off-by: Tobin C. Harding <me@tobin.cc>
-rwxr-xr-x | scripts/leaking_addresses.pl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/leaking_addresses.pl b/scripts/leaking_addresses.pl index db6f39df879f..ce3b9d5a5bbc 100755 --- a/scripts/leaking_addresses.pl +++ b/scripts/leaking_addresses.pl | |||
@@ -31,7 +31,6 @@ use bigint qw/hex/; | |||
31 | use feature 'state'; | 31 | use feature 'state'; |
32 | 32 | ||
33 | my $P = $0; | 33 | my $P = $0; |
34 | my $V = '0.01'; | ||
35 | 34 | ||
36 | # Directories to scan. | 35 | # Directories to scan. |
37 | my @DIRS = ('/proc', '/sys'); | 36 | my @DIRS = ('/proc', '/sys'); |
@@ -85,7 +84,6 @@ sub help | |||
85 | print << "EOM"; | 84 | print << "EOM"; |
86 | 85 | ||
87 | Usage: $P [OPTIONS] | 86 | Usage: $P [OPTIONS] |
88 | Version: $V | ||
89 | 87 | ||
90 | Options: | 88 | Options: |
91 | 89 | ||