diff options
author | Tobin C. Harding <me@tobin.cc> | 2018-02-27 07:15:34 +0300 |
---|---|---|
committer | Tobin C. Harding <me@tobin.cc> | 2018-04-07 01:50:34 +0300 |
commit | 34827374492580b27c3cba29d493dab28c8c25d3 (patch) | |
tree | 5458e4c699fc88d6e07bfe70e0e0790b12122207 /scripts | |
parent | 2ad742939283ed0613be654ad0aaf29b797f9905 (diff) | |
download | linux-34827374492580b27c3cba29d493dab28c8c25d3.tar.xz |
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>
Diffstat (limited to 'scripts')
-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/; use feature 'state'; my $P = $0; -my $V = '0.01'; # Directories to scan. my @DIRS = ('/proc', '/sys'); @@ -85,7 +84,6 @@ sub help print << "EOM"; Usage: $P [OPTIONS] -Version: $V Options: |