aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobin C. Harding <me@tobin.cc>2018-02-26 23:15:34 -0500
committerTobin C. Harding <me@tobin.cc>2018-04-06 18:50:34 -0400
commit34827374492580b27c3cba29d493dab28c8c25d3 (patch)
tree5458e4c699fc88d6e07bfe70e0e0790b12122207
parent2ad742939283ed0613be654ad0aaf29b797f9905 (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-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/;
31use feature 'state'; 31use feature 'state';
32 32
33my $P = $0; 33my $P = $0;
34my $V = '0.01';
35 34
36# Directories to scan. 35# Directories to scan.
37my @DIRS = ('/proc', '/sys'); 36my @DIRS = ('/proc', '/sys');
@@ -85,7 +84,6 @@ sub help
85 print << "EOM"; 84 print << "EOM";
86 85
87Usage: $P [OPTIONS] 86Usage: $P [OPTIONS]
88Version: $V
89 87
90Options: 88Options:
91 89