提交 34827374 编写于 作者: T Tobin C. Harding

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: NTobin C. Harding <me@tobin.cc>
上级 2ad74293
...@@ -31,7 +31,6 @@ use bigint qw/hex/; ...@@ -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 ...@@ -85,7 +84,6 @@ sub help
print << "EOM"; print << "EOM";
Usage: $P [OPTIONS] Usage: $P [OPTIONS]
Version: $V
Options: Options:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册