summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2024-04-18 02:30:00 +0200
committerAlejandro Colomar <alx@kernel.org>2024-04-18 03:11:43 +0200
commit80b2346f378c0da550f8b3de05d7b85246f70b61 (patch)
tree75ae5472eabf9ce995d4d10ba3f8bda5f7ded414
parenta4f3afd282ae57112d0301cd14a4e5b4e5f40456 (diff)
share/mk/: Remove unused variable
Co-developed-by: Deri James <deri@chuzzlewit.myzen.co.uk> Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rwxr-xr-xshare/mk/build/pdf/book/prepare.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/share/mk/build/pdf/book/prepare.pl b/share/mk/build/pdf/book/prepare.pl
index 57b99b717..6d1857a45 100755
--- a/share/mk/build/pdf/book/prepare.pl
+++ b/share/mk/build/pdf/book/prepare.pl
@@ -49,7 +49,6 @@ my $dir2=$dir;
$dir2=~tr[.][_];
my %files;
my %aliases;
-my %target;
foreach my $al (`find "$dir"/man*/ -type f \\
| grep "\\.[[:digit:]]\\([[:alpha:]][[:alnum:]]*\\)\\?\\>\$" \\