summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorTobin C. Harding <me@tobin.cc>2018-02-27 15:15:34 +1100
committerTobin C. Harding <me@tobin.cc>2018-04-07 08:50:34 +1000
commit34827374492580b27c3cba29d493dab28c8c25d3 (patch)
tree5458e4c699fc88d6e07bfe70e0e0790b12122207 /scripts
parent2ad742939283ed0613be654ad0aaf29b797f9905 (diff)
downloadlinux-34827374492580b27c3cba29d493dab28c8c25d3.tar.gz
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-xscripts/leaking_addresses.pl2
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: