浏览代码

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>
Tobin C. Harding 7 年之前
父节点
当前提交
3482737449
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      scripts/leaking_addresses.pl

+ 0 - 2
scripts/leaking_addresses.pl

@@ -31,7 +31,6 @@ use bigint qw/hex/;
 use feature 'state';
 use feature 'state';
 
 
 my $P = $0;
 my $P = $0;
-my $V = '0.01';
 
 
 # Directories to scan.
 # Directories to scan.
 my @DIRS = ('/proc', '/sys');
 my @DIRS = ('/proc', '/sys');
@@ -85,7 +84,6 @@ sub help
 	print << "EOM";
 	print << "EOM";
 
 
 Usage: $P [OPTIONS]
 Usage: $P [OPTIONS]
-Version: $V
 
 
 Options:
 Options: