Skip to content

Commit

Permalink
leaking_addresses: remove version number
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
tcharding committed Apr 6, 2018
1 parent 2ad7429 commit 3482737
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/leaking_addresses.pl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
use feature 'state';

my $P = $0;
my $V = '0.01';

# Directories to scan.
my @DIRS = ('/proc', '/sys');
Expand Down Expand Up @@ -85,7 +84,6 @@ sub help
print << "EOM";
Usage: $P [OPTIONS]
Version: $V
Options:
Expand Down

0 comments on commit 3482737

Please sign in to comment.